Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011

Plane3DTypes.h

Go to the documentation of this file.
00001 
00002 //---------------------------------------------------------------------------------
00013 //---------------------------------------------------------------------------------
00014 
00015 #ifndef GAUDIKERNEL_PLANE3DTYPES_H
00016 #define GAUDIKERNEL_PLANE3DTYPES_H 1
00017 
00018 #ifdef __INTEL_COMPILER         // Disable ICC remark from Math headers
00019   #pragma warning(push)
00020   #pragma warning(disable:1572) // Floating-point equality and inequality comparisons are unreliable
00021 #endif
00022 
00023 // Include files
00024 #include "Math/Plane3D.h"
00025 
00026 #ifdef __INTEL_COMPILER
00027   #pragma warning(pop)
00028 #endif
00029 
00037 namespace Gaudi
00038 {
00039 
00040   // NB : Please remember to give a simple doxygen comment for each tyedef
00041 
00042   typedef ROOT::Math::Plane3D Plane3D; 
00043 }
00044 
00045 #endif // KERNEL_PLANE3DTYPES_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:53:33 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004