15 #ifndef GAUDIKERNEL_COORD3DTYPES_H
16 #define GAUDIKERNEL_COORD3DTYPES_H 1
25 #include "Math/Cartesian3D.h"
26 #include "Math/Polar3D.h"
27 #include "Math/Cylindrical3D.h"
28 #include "Math/CylindricalEta3D.h"
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;
45 #endif // KERNEL_COORD3DTYPES_H
ROOT::Math::CylindricalEta3D< double > RhoEtaPhi3D
Cylindrical Eta 3D point (double)
ROOT::Math::Cartesian3D< float > Cartesian3DF
Cartesian 3D point (float)
ROOT::Math::Cartesian3D< double > Cartesian3D
Cartesian 3D point (double)
ROOT::Math::Cylindrical3D< float > RhoPhiZ3DF
Cylindrical 3D point (float)
ROOT::Math::Cylindrical3D< double > RhoPhiZ3D
Cylindrical 3D point (double)
ROOT::Math::Polar3D< float > Polar3DF
Polar 3D point (float)
Helper functions to set/get the application return code.
ROOT::Math::Polar3D< double > Polar3D
Polar 3D point (double)
ROOT::Math::CylindricalEta3D< float > RhoEtaPhi3DF
Cylindrical Eta 3D point (float)