Vector4DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
10 //---------------------------------------------------------------------------------
11 
12 #ifndef GAUDIKERNEL_VECTOR4DTYPES_H
13 #define GAUDIKERNEL_VECTOR4DTYPES_H 1
14 
15 // Include files
16 #include "Math/Vector4D.h"
17 
25 namespace Gaudi
26 {
27 
28  // NB : Please remember to give a simple doxygen comment for each typedef
29 
30  typedef ROOT::Math::PxPyPzEVector XYZTVector;
31  typedef ROOT::Math::PxPyPzEVector LorentzVector;
32  typedef ROOT::Math::XYZTVectorF XYZTVectorF;
33  typedef ROOT::Math::XYZTVectorF LorentzVectorF;
34  typedef ROOT::Math::PtEtaPhiEVector PtEtaPhiEVector;
35 
36 }
37 #endif // EVENT_VECTOR4DTYPES_H
38 
39 
40 
ROOT::Math::XYZTVectorF LorentzVectorF
Cartesian 4 Vector (float)
Definition: Vector4DTypes.h:33
ROOT::Math::XYZTVectorF XYZTVectorF
Cartesian 4 Vector (float)
Definition: Vector4DTypes.h:32
ROOT::Math::PxPyPzEVector XYZTVector
Cartesian 4 Vector.
Definition: Vector4DTypes.h:30
ROOT::Math::PtEtaPhiEVector PtEtaPhiEVector
Polar 4 Vector.
Definition: Vector4DTypes.h:34
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
Definition: Vector4DTypes.h:31
Helper functions to set/get the application return code.
Definition: __init__.py:1