// @(#)root/mathcore:$Id: Point3D.h 22516 2008-03-07 15:14:26Z moneta $ // Authors: W. Brown, M. Fischler, L. Moneta 2005 #ifndef ROOT_Math_Point3D #define ROOT_Math_Point3D // defines typedefs to specific vectors and forward declarations #include "Math/Point3Dfwd.h" // coordinate system types #include "Math/GenVector/Cartesian3D.h" #include "Math/GenVector/CylindricalEta3D.h" #include "Math/GenVector/Polar3D.h" #include "Math/GenVector/Cylindrical3D.h" // generic Point3D class definition #include "Math/GenVector/PositionVector3D.h" #endif