ATLAS Offline Software
RectangleBounds_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 RECTANGLE_BOUNDS_P1_TRK_H
6 #define RECTANGLE_BOUNDS_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: RectangleBounds_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
14 namespace Trk
15 {
17  {
18  public:
20 
21  #ifdef UseFloatsIn_RectangleBounds
22  float m_halfX;
23  float m_halfY;
24  #else
25  double m_halfX;
26  double m_halfY;
27  #endif
28  };
29 }
30 
31 #endif // RECTANGLE_BOUNDS_P1_TRK_H
Trk::RectangleBounds_p1::RectangleBounds_p1
RectangleBounds_p1()
Definition: RectangleBounds_p1.h:19
Trk::RectangleBounds_p1::m_halfY
double m_halfY
Definition: RectangleBounds_p1.h:26
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::RectangleBounds_p1::m_halfX
double m_halfX
Definition: RectangleBounds_p1.h:25
Trk::RectangleBounds_p1
Definition: RectangleBounds_p1.h:17