Point3DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
10 //---------------------------------------------------------------------------------
11 
12 #ifndef GAUDIKERNEL_POINT3DTYPES_H
13 #define GAUDIKERNEL_POINT3DTYPES_H 1
14 
15 // Include files
16 #include "Math/Point3D.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::Polar3DPoint Polar3DPoint;
32  typedef ROOT::Math::RhoEtaPhiPoint RhoEtaPhiPoint;
33  typedef ROOT::Math::RhoZPhiPoint RhoZPhiPoint;
34 
35  typedef ROOT::Math::XYZPointF XYZPointF;
36  typedef ROOT::Math::Polar3DPointF Polar3DPointF;
37  typedef ROOT::Math::RhoEtaPhiPointF RhoEtaPhiPointF;
38  typedef ROOT::Math::RhoZPhiPointF RhoZPhiPointF;
39 
40 }
41 #endif // KERNEL_POINT3DTYPES_H
ROOT::Math::XYZPoint XYZPoint
3D cartesian point (double)
Definition: Point3DTypes.h:30
ROOT::Math::Polar3DPointF Polar3DPointF
3D polar point (float)
Definition: Point3DTypes.h:36
ROOT::Math::Polar3DPoint Polar3DPoint
3D polar point (double)
Definition: Point3DTypes.h:31
ROOT::Math::XYZPointF XYZPointF
3D cartesian point (float)
Definition: Point3DTypes.h:35
ROOT::Math::RhoZPhiPoint RhoZPhiPoint
3D RhoZPhi point (double)
Definition: Point3DTypes.h:33
ROOT::Math::RhoEtaPhiPoint RhoEtaPhiPoint
3D RhoEtaPhi point (double)
Definition: Point3DTypes.h:32
Helper functions to set/get the application return code.
Definition: __init__.py:1
ROOT::Math::RhoZPhiPointF RhoZPhiPointF
3D RhoZPhi point (float)
Definition: Point3DTypes.h:38
ROOT::Math::RhoEtaPhiPointF RhoEtaPhiPointF
3D RhoEtaPhi point (float)
Definition: Point3DTypes.h:37