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