Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiKernel
GaudiKernel
Plane3DTypes.h
Go to the documentation of this file.
1
2
//---------------------------------------------------------------------------------
13
//---------------------------------------------------------------------------------
14
15
#ifndef GAUDIKERNEL_PLANE3DTYPES_H
16
#define GAUDIKERNEL_PLANE3DTYPES_H 1
17
18
#ifdef __INTEL_COMPILER // Disable ICC remark from Math headers
19
#pragma warning(push)
20
#pragma warning(disable:1572) // Floating-point equality and inequality comparisons are unreliable
21
#endif
22
23
// Include files
24
#include "Math/Plane3D.h"
25
26
#ifdef __INTEL_COMPILER
27
#pragma warning(pop)
28
#endif
29
37
namespace
Gaudi
38
{
39
40
// NB : Please remember to give a simple doxygen comment for each tyedef
41
42
typedef
ROOT::Math::Plane3D
Plane3D
;
43
}
44
45
#endif // KERNEL_PLANE3DTYPES_H
Generated at Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004