|
class | ROOT::Math::LorentzVector< CoordSystem > |
| Class describing a generic LorentzVector in the 4D space-time, using the specified coordinate system for the spatial vector part. More...
|
|
class | ROOT::Math::PtEtaPhiE4D< ScalarType > |
| Class describing a 4D cylindrical coordinate system using Pt , Phi, Eta and E (or rho, phi, eta , T) The metric used is (-,-,-,+). More...
|
|
class | ROOT::Math::PtEtaPhiM4D< ScalarType > |
| Class describing a 4D cylindrical coordinate system using Pt , Phi, Eta and M (mass) The metric used is (-,-,-,+). More...
|
|
class | ROOT::Math::PxPyPzE4D< ScalarType > |
| Class describing a 4D cartesian coordinate system (x, y, z, t coordinates) or momentum-energy vectors stored as (Px, Py, Pz, E). More...
|
|
class | ROOT::Math::PxPyPzM4D< ScalarType > |
| Class describing a 4D coordinate system or momentum-energy vectors stored as (Px, Py, Pz, M). More...
|
|
|
typedef LorentzVector< PtEtaPhiE4D< double > > | ROOT::Math::PtEtaPhiEVector |
| LorentzVector based on the cylindrical coordinates Pt, eta, phi and E (rho, eta, phi, t) in double precision. More...
|
|
typedef LorentzVector< PtEtaPhiM4D< double > > | ROOT::Math::PtEtaPhiMVector |
| LorentzVector based on the cylindrical coordinates pt, eta, phi and Mass in double precision. More...
|
|
typedef LorentzVector< PxPyPzE4D< double > > | ROOT::Math::PxPyPzEVector |
|
typedef LorentzVector< PxPyPzM4D< double > > | ROOT::Math::PxPyPzMVector |
| LorentzVector based on the x, y, z, and Mass in double precision. More...
|
|
typedef LorentzVector< PxPyPzE4D< double > > | ROOT::Math::XYZTVector |
| LorentzVector based on x,y,x,t (or px,py,pz,E) coordinates in double precision with metric (-,-,-,+) More...
|
|
typedef LorentzVector< PxPyPzE4D< float > > | ROOT::Math::XYZTVectorF |
| LorentzVector based on x,y,x,t (or px,py,pz,E) coordinates in float precision with metric (-,-,-,+) More...
|
|