00001
00002
00013
00014
00015 #ifndef GAUDIKERNEL_VECTOR4DTYPES_H
00016 #define GAUDIKERNEL_VECTOR4DTYPES_H 1
00017
00018
00019 #include "Math/Vector4D.h"
00020
00028 namespace Gaudi
00029 {
00030
00031
00032
00033 typedef ROOT::Math::PxPyPzEVector XYZTVector;
00034 typedef ROOT::Math::PxPyPzEVector LorentzVector;
00035 typedef ROOT::Math::XYZTVectorF XYZTVectorF;
00036 typedef ROOT::Math::XYZTVectorF LorentzVectorF;
00037 typedef ROOT::Math::PtEtaPhiEVector PtEtaPhiEVector;
00038
00039 };
00040 #endif // EVENT_VECTOR4DTYPES_H
00041
00042
00043