17 #ifndef ROOT_Math_Vector4Dfwd
18 #define ROOT_Math_Vector4Dfwd 1
28 template<
class CoordSystem>
class LorentzVector;
30 template<
typename T>
class PxPyPzE4D;
31 template<
typename T>
class PtEtaPhiE4D;
32 template<
typename T>
class PxPyPzM4D;
33 template<
typename T>
class PtEtaPhiM4D;
42 typedef LorentzVector<PxPyPzE4D<double> > XYZTVector;
44 typedef LorentzVector<PxPyPzE4D<double> > PxPyPzEVector;
50 typedef LorentzVector< PxPyPzE4D <float> > XYZTVectorF;
56 typedef LorentzVector<PxPyPzM4D<double> > PxPyPzMVector;
61 typedef LorentzVector<PtEtaPhiE4D<double> > PtEtaPhiEVector;
66 typedef LorentzVector<PtEtaPhiM4D<double> > PtEtaPhiMVector;