Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-15 10:28:22

0001 // @(#)root/mathcore:$Id$
0002 // Authors: W. Brown, M. Fischler, L. Moneta    2005
0003 
0004 #ifndef ROOT_Math_Vector4D
0005 #define ROOT_Math_Vector4D
0006 
0007 // defines typedefs to specific vectors and forward declarations
0008 // define additional (to Cartesian) coordinate system types
0009 #include "Math/Vector4Dfwd.h"
0010 
0011 // generic LorentzVector class definition
0012 #include "Math/GenVector/PxPyPzE4D.h"
0013 #include "Math/GenVector/PtEtaPhiE4D.h"
0014 #include "Math/GenVector/PxPyPzM4D.h"
0015 #include "Math/GenVector/PtEtaPhiM4D.h"
0016 
0017 #include "Math/GenVector/LorentzVector.h"
0018 
0019 #endif
0020 
0021 
0022 
0023 
0024 
0025 
0026 
0027