Coord3DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
13 //---------------------------------------------------------------------------------
14 
15 #ifndef GAUDIKERNEL_COORD3DTYPES_H
16 #define GAUDIKERNEL_COORD3DTYPES_H 1
17 
25 #include "Math/Cartesian3D.h"
26 #include "Math/Polar3D.h"
27 #include "Math/Cylindrical3D.h"
28 #include "Math/CylindricalEta3D.h"
29 namespace Gaudi
30 {
31 
32  // NB : Please remember to give a simple doxygen comment for each typedef
33 
36  typedef ROOT::Math::Polar3D<double> Polar3D;
37  typedef ROOT::Math::Polar3D<float> Polar3DF;
38  typedef ROOT::Math::Cylindrical3D<double> RhoPhiZ3D;
39  typedef ROOT::Math::Cylindrical3D<float> RhoPhiZ3DF;
40  typedef ROOT::Math::CylindricalEta3D<double> RhoEtaPhi3D;
41  typedef ROOT::Math::CylindricalEta3D<float> RhoEtaPhi3DF;
42 
43 };
44 
45 #endif // KERNEL_COORD3DTYPES_H
ROOT::Math::CylindricalEta3D< double > RhoEtaPhi3D
Cylindrical Eta 3D point (double)
Definition: Coord3DTypes.h:40
ROOT::Math::Cartesian3D< float > Cartesian3DF
Cartesian 3D point (float)
Definition: Coord3DTypes.h:35
ROOT::Math::Cartesian3D< double > Cartesian3D
Cartesian 3D point (double)
Definition: Coord3DTypes.h:34
ROOT::Math::Cylindrical3D< float > RhoPhiZ3DF
Cylindrical 3D point (float)
Definition: Coord3DTypes.h:39
ROOT::Math::Cylindrical3D< double > RhoPhiZ3D
Cylindrical 3D point (double)
Definition: Coord3DTypes.h:38
ROOT::Math::Polar3D< float > Polar3DF
Polar 3D point (float)
Definition: Coord3DTypes.h:37
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:36
ROOT::Math::CylindricalEta3D< float > RhoEtaPhi3DF
Cylindrical Eta 3D point (float)
Definition: Coord3DTypes.h:41