Vector3DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
13 //---------------------------------------------------------------------------------
14 
15 #ifndef GAUDIKERNEL_VECTOR3DTYPES_H
16 #define GAUDIKERNEL_VECTOR3DTYPES_H 1
17 
18 // Include files
19 #include "Math/Vector3D.h"
20 
28 namespace Gaudi
29 {
30 
31  // NB : Please remember to give a simple doxygen comment for each tyedef
32 
34  typedef ROOT::Math::Polar3DVector Polar3DVector;
35  typedef ROOT::Math::RhoEtaPhiVector RhoEtaPhiVector;
36  typedef ROOT::Math::RhoZPhiVector RhoZPhiVector;
37  typedef ROOT::Math::XYZVectorF XYZVectorF;
38  typedef ROOT::Math::Polar3DVectorF Polar3DVectorF;
39  typedef ROOT::Math::RhoEtaPhiVectorF RhoEtaPhiVectorF;
40  typedef ROOT::Math::RhoZPhiVectorF RhoZPhiVectorF;
41 
42 }
43 #endif // EVENT_VECTOR3DTYPES_H
ROOT::Math::RhoEtaPhiVector RhoEtaPhiVector
RhoEtaPhi 3D vector (double)
Definition: Vector3DTypes.h:35
ROOT::Math::Polar3DVector Polar3DVector
Polar 3D vector (double)
Definition: Vector3DTypes.h:34
ROOT::Math::RhoZPhiVector RhoZPhiVector
RhoZPhi 3D vector (double)
Definition: Vector3DTypes.h:36
ROOT::Math::XYZVectorF XYZVectorF
Cartesian 3D vector (float)
Definition: Vector3DTypes.h:37
ROOT::Math::RhoEtaPhiVectorF RhoEtaPhiVectorF
RhoEtaPhi 3D vector (float)
Definition: Vector3DTypes.h:39
ROOT::Math::Polar3DVectorF Polar3DVectorF
Polar 3D vector (float)
Definition: Vector3DTypes.h:38
ROOT::Math::XYZVector XYZVector
Cartesian 3D vector (double)
Definition: Vector3DTypes.h:33
ROOT::Math::RhoZPhiVectorF RhoZPhiVectorF
RhoZPhi 3D vector (float)
Definition: Vector3DTypes.h:40
Helper functions to set/get the application return code.
Definition: __init__.py:1