StationInfo.cc
Go to the documentation of this file.
1 /*
2  * Station.cpp
3  *
4  * Created on: Apr 27, 2015
5  * Author: leven
6  */
7 
8 #include "StationInfo.h"
9 
10 
11 using namespace RdAirplane;
12 using namespace utl;
13 using namespace rdet;
14 using namespace std;
15 
17  _coordinateSystem_(pStation.GetLocalCoordinateSystem()),
18  _id_(pStation.GetId()) {}
19 
20 StationInfo::StationInfo(unsigned int pId, CoordinateSystemPtr pCoordinateSystem) :
21  _coordinateSystem_(pCoordinateSystem),
22  _id_(pId) {}
23 
25 
26 
27 
Detector description interface for Station-related data.
boost::shared_ptr< const CoordinateTransformer > CoordinateSystemPtr
Shared pointer for coordinate systems.
StationInfo(const rdet::Station &pStation)
Definition: StationInfo.cc:16

, generated on Tue Sep 26 2023.