1 #include <io/Point_ROOT.h>
2 #include <det/Detector.h>
3 #include <utl/CoordinateSystem.h>
12 p.GetCoordinates(det::Detector::GetInstance().GetSiteCoordinateSystem());
13 fPoint.SetXYZ(t.get<0>(), t.get<1>(), t.get<2>());
23 det::Detector::GetInstance().GetSiteCoordinateSystem());
boost::tuple< double, double, double > Triple
Coordinate triple for easy getting or setting of coordinates.
void operator>>(utl::Point &p) const