Point3DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
13 //---------------------------------------------------------------------------------
14 
15 #ifndef GAUDIKERNEL_POINT3DTYPES_H
16 #define GAUDIKERNEL_POINT3DTYPES_H 1
17 
18 // Include files
19 #include "Math/Point3D.h"
20 
28 namespace Gaudi
29 {
30 
31  // NB : Please remember to give a simple doxygen comment for each tyedef
32 
34  typedef ROOT::Math::Polar3DPoint Polar3DPoint;
35  typedef ROOT::Math::RhoEtaPhiPoint RhoEtaPhiPoint;
36  typedef ROOT::Math::RhoZPhiPoint RhoZPhiPoint;
37 
38  typedef ROOT::Math::XYZPointF XYZPointF;
39  typedef ROOT::Math::Polar3DPointF Polar3DPointF;
40  typedef ROOT::Math::RhoEtaPhiPointF RhoEtaPhiPointF;
41  typedef ROOT::Math::RhoZPhiPointF RhoZPhiPointF;
42 
43 }
44 #endif // KERNEL_POINT3DTYPES_H
ROOT::Math::XYZPoint XYZPoint
3D cartesian point (double)
Definition: Point3DTypes.h:33
ROOT::Math::Polar3DPointF Polar3DPointF
3D polar point (float)
Definition: Point3DTypes.h:39
ROOT::Math::Polar3DPoint Polar3DPoint
3D polar point (double)
Definition: Point3DTypes.h:34
ROOT::Math::XYZPointF XYZPointF
3D cartesian point (float)
Definition: Point3DTypes.h:38
ROOT::Math::RhoZPhiPoint RhoZPhiPoint
3D RhoZPhi point (double)
Definition: Point3DTypes.h:36
ROOT::Math::RhoEtaPhiPoint RhoEtaPhiPoint
3D RhoEtaPhi point (double)
Definition: Point3DTypes.h:35
Helper functions to set/get the application return code.
Definition: __init__.py:1
ROOT::Math::RhoZPhiPointF RhoZPhiPointF
3D RhoZPhi point (float)
Definition: Point3DTypes.h:41
ROOT::Math::RhoEtaPhiPointF RhoEtaPhiPointF
3D RhoEtaPhi point (float)
Definition: Point3DTypes.h:40