Plane3DTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
10 //---------------------------------------------------------------------------------
11 
12 #ifndef GAUDIKERNEL_PLANE3DTYPES_H
13 #define GAUDIKERNEL_PLANE3DTYPES_H 1
14 
15 #ifdef __INTEL_COMPILER // Disable ICC remark from Math headers
16  #pragma warning(push)
17  #pragma warning(disable:1572) // Floating-point equality and inequality comparisons are unreliable
18 #endif
19 
20 // Include files
21 #include "Math/Plane3D.h"
22 
23 #ifdef __INTEL_COMPILER
24  #pragma warning(pop)
25 #endif
26 
34 namespace Gaudi
35 {
36 
37  // NB : Please remember to give a simple doxygen comment for each tyedef
38 
39  typedef ROOT::Math::Plane3D Plane3D;
40 }
41 
42 #endif // KERNEL_PLANE3DTYPES_H
ROOT::Math::Plane3D Plane3D
3D plane (double)
Definition: Plane3DTypes.h:39
Helper functions to set/get the application return code.
Definition: __init__.py:1