ATLAS Offline Software
RotatedDiamondBounds_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 ROTATED_DIAMOND_BOUNDS_P1_TRK_H
6 #define ROTATED_DIAMOND_BOUNDS_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: RotatedDiamondBounds_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
14 namespace Trk
15 {
17  {
18  public:
20 
21  #ifdef UseFloatsIn_RotatedDiamondBounds
22  float m_minHalfX;
23  float m_medHalfX;
24  float m_maxHalfX;
25  float m_halfY1;
26  float m_halfY2;
27  float m_alpha1;
28  float m_alpha2;
29  #else
30  double m_minHalfX;
31  double m_medHalfX;
32  double m_maxHalfX;
33  double m_halfY1;
34  double m_halfY2;
35  double m_alpha1;
36  double m_alpha2;
37  #endif
38  };
39 }
40 
41 #endif // ROTATED_DIAMOND_BOUNDS_P1_TRK_H
Trk::RotatedDiamondBounds_p1::RotatedDiamondBounds_p1
RotatedDiamondBounds_p1()
Definition: RotatedDiamondBounds_p1.h:19
Trk::RotatedDiamondBounds_p1::m_halfY1
double m_halfY1
Definition: RotatedDiamondBounds_p1.h:33
Trk::RotatedDiamondBounds_p1::m_alpha2
double m_alpha2
Definition: RotatedDiamondBounds_p1.h:36
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::RotatedDiamondBounds_p1
Definition: RotatedDiamondBounds_p1.h:17
Trk::RotatedDiamondBounds_p1::m_maxHalfX
double m_maxHalfX
Definition: RotatedDiamondBounds_p1.h:32
Trk::RotatedDiamondBounds_p1::m_halfY2
double m_halfY2
Definition: RotatedDiamondBounds_p1.h:34
Trk::RotatedDiamondBounds_p1::m_medHalfX
double m_medHalfX
Definition: RotatedDiamondBounds_p1.h:31
Trk::RotatedDiamondBounds_p1::m_alpha1
double m_alpha1
Definition: RotatedDiamondBounds_p1.h:35
Trk::RotatedDiamondBounds_p1::m_minHalfX
double m_minHalfX
Definition: RotatedDiamondBounds_p1.h:30