3 #include "Math/Point3D.h"
4 #include "Math/GenVector/CoordinateSystemTags.h"
8 typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double> >
XYZPointD;
10 typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<float> >
XYZPointF;
15 typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<float>, ROOT::Math::LocalCoordinateSystemTag>
LocalPoint;
17 typedef ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<float>, ROOT::Math::GlobalCoordinateSystemTag>