4 #include "StTpcLocalDirection.hh"
5 #include "StTpcLocalCoordinate.hh"
6 #include "StTpcLocalSectorAlignedDirection.hh"
7 #include "StTpcLocalSectorAlignedCoordinate.hh"
8 #include "StTpcLocalSectorDirection.hh"
9 #include "StTpcLocalSectorCoordinate.hh"
11 StTpcLocalCoordinate::StTpcLocalCoordinate(
double x,
double y,
double z) :
StTpcCoordinate(x,y,z,0,0) {}
15 #define OS "( (" << a.position().x() << ", " \
16 << a.position().y() << ", " \
17 << a.position().z() << ") " \
18 << ", " << a.fromSector() << "," << a.fromRow() << " )"
25 return os <<
"TPC_Local Direction( (" << OS;
28 ostream& operator<<(ostream& os,
30 return os <<
"TPC_Local( (" << OS;
34 return os <<
"TPC_Local_Sector( (" << OS;
37 return os <<
"TPC_Local_Sector Direction( (" << OS;