00001 00002 //--------------------------------------------------------------------------------- 00013 //--------------------------------------------------------------------------------- 00014 00015 #ifndef GAUDIKERNEL_POINT3DTYPES_H 00016 #define GAUDIKERNEL_POINT3DTYPES_H 1 00017 00018 // Include files 00019 #include "Math/Point3D.h" 00020 00028 namespace Gaudi 00029 { 00030 00031 // NB : Please remember to give a simple doxygen comment for each tyedef 00032 00033 typedef ROOT::Math::XYZPoint XYZPoint; 00034 typedef ROOT::Math::Polar3DPoint Polar3DPoint; 00035 typedef ROOT::Math::RhoEtaPhiPoint RhoEtaPhiPoint; 00036 typedef ROOT::Math::RhoZPhiPoint RhoZPhiPoint; 00037 00038 typedef ROOT::Math::XYZPointF XYZPointF; 00039 typedef ROOT::Math::Polar3DPointF Polar3DPointF; 00040 typedef ROOT::Math::RhoEtaPhiPointF RhoEtaPhiPointF; 00041 typedef ROOT::Math::RhoZPhiPointF RhoZPhiPointF; 00042 00043 } 00044 #endif // KERNEL_POINT3DTYPES_H