ATLAS Offline Software
Loading...
Searching...
No Matches
CylinderBounds_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CYLINDER_BOUNDS_P1_TRK_H
6#define CYLINDER_BOUNDS_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CylinderBounds_p1.h
11//
12//-----------------------------------------------------------------------------
13
14namespace Trk
15{
17 {
18 public:
20
21 #ifdef UseFloatsIn_CylinderBounds
22 float m_radius;
23 float m_averagePhi;
24 float m_halfPhiSector;
25 float m_halfZ;
26 #else
27 double m_radius;
30 double m_halfZ;
31 #endif
32 };
33}
34
35#endif // CYLINDER_BOUNDS_P1_TRK_H
Ensure that the ATLAS eigen extensions are properly loaded.