00001 00002 //--------------------------------------------------------------------------------- 00013 //--------------------------------------------------------------------------------- 00014 00015 #ifndef GAUDIKERNEL_VECTOR3DTYPES_H 00016 #define GAUDIKERNEL_VECTOR3DTYPES_H 1 00017 00018 // Include files 00019 #include "Math/Vector3D.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::XYZVector XYZVector; 00034 typedef ROOT::Math::Polar3DVector Polar3DVector; 00035 typedef ROOT::Math::RhoEtaPhiVector RhoEtaPhiVector; 00036 typedef ROOT::Math::RhoZPhiVector RhoZPhiVector; 00037 typedef ROOT::Math::XYZVectorF XYZVectorF; 00038 typedef ROOT::Math::Polar3DVectorF Polar3DVectorF; 00039 typedef ROOT::Math::RhoEtaPhiVectorF RhoEtaPhiVectorF; 00040 typedef ROOT::Math::RhoZPhiVectorF RhoZPhiVectorF; 00041 00042 }; 00043 #endif // EVENT_VECTOR3DTYPES_H