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