1 #include <io/Vector_ROOT.h>
2 #include <det/Detector.h>
3 #include <utl/CoordinateSystem.h>
4 #include <utl/Vector.h>
5 #include <utl/AxialVector.h>
14 v.GetCoordinates(det::Detector::GetInstance().GetSiteCoordinateSystem());
15 fVector.SetXYZ(t.get<0>(), t.get<1>(), t.get<2>());
25 det::Detector::GetInstance().GetSiteCoordinateSystem());
35 det::Detector::GetInstance().GetSiteCoordinateSystem());
boost::tuple< double, double, double > Triple
Coordinate triple for easy getting or setting of coordinates.
void operator>>(utl::Vector &vector) const