Coord3DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
10 //---------------------------------------------------------------------------------
11 
12 #ifndef GAUDIKERNEL_COORD3DTYPES_H
13 #define GAUDIKERNEL_COORD3DTYPES_H 1
14 
22 #include "Math/Cartesian3D.h"
23 #include "Math/Polar3D.h"
24 #include "Math/Cylindrical3D.h"
25 #include "Math/CylindricalEta3D.h"
26 namespace Gaudi
27 {
28 
29  // NB : Please remember to give a simple doxygen comment for each typedef
30 
33  typedef ROOT::Math::Polar3D<double> Polar3D;
34  typedef ROOT::Math::Polar3D<float> Polar3DF;
35  typedef ROOT::Math::Cylindrical3D<double> RhoPhiZ3D;
36  typedef ROOT::Math::Cylindrical3D<float> RhoPhiZ3DF;
37  typedef ROOT::Math::CylindricalEta3D<double> RhoEtaPhi3D;
38  typedef ROOT::Math::CylindricalEta3D<float> RhoEtaPhi3DF;
39 
40 };
41 
42 #endif // KERNEL_COORD3DTYPES_H
ROOT::Math::CylindricalEta3D< double > RhoEtaPhi3D
Cylindrical Eta 3D point (double)
Definition: Coord3DTypes.h:37
ROOT::Math::Cartesian3D< float > Cartesian3DF
Cartesian 3D point (float)
Definition: Coord3DTypes.h:32
ROOT::Math::Cartesian3D< double > Cartesian3D
Cartesian 3D point (double)
Definition: Coord3DTypes.h:31
ROOT::Math::Cylindrical3D< float > RhoPhiZ3DF
Cylindrical 3D point (float)
Definition: Coord3DTypes.h:36
ROOT::Math::Cylindrical3D< double > RhoPhiZ3D
Cylindrical 3D point (double)
Definition: Coord3DTypes.h:35
ROOT::Math::Polar3D< float > Polar3DF
Polar 3D point (float)
Definition: Coord3DTypes.h:34
Helper functions to set/get the application return code.
Definition: __init__.py:1
ROOT::Math::Polar3D< double > Polar3D
Polar 3D point (double)
Definition: Coord3DTypes.h:33
ROOT::Math::CylindricalEta3D< float > RhoEtaPhi3DF
Cylindrical Eta 3D point (float)
Definition: Coord3DTypes.h:38