ATLAS Offline Software
ConeBounds_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CONE_BOUNDS_P1_TRK_H
6 #define CONE_BOUNDS_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: ConeBounds_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
14 namespace Trk
15 {
17  {
18  public:
19  ConeBounds_p1() : m_alpha(0.0), m_minZ(0.0), m_maxZ(0.0),
20  m_avePhi(0.0), m_halfPhiSector(0.0) {}
21 
22  float m_alpha;
23  float m_minZ;
24  float m_maxZ;
25  float m_avePhi;
27 
28  };
29 }
30 
31 #endif // CONE_BOUNDS_P1_TRK_H
Trk::ConeBounds_p1::m_alpha
float m_alpha
Definition: ConeBounds_p1.h:22
Trk::ConeBounds_p1::m_maxZ
float m_maxZ
Definition: ConeBounds_p1.h:24
Trk::ConeBounds_p1::m_halfPhiSector
float m_halfPhiSector
Definition: ConeBounds_p1.h:26
Trk::ConeBounds_p1::m_minZ
float m_minZ
Definition: ConeBounds_p1.h:23
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::ConeBounds_p1::m_avePhi
float m_avePhi
Definition: ConeBounds_p1.h:25
Trk::ConeBounds_p1
Definition: ConeBounds_p1.h:17
Trk::ConeBounds_p1::ConeBounds_p1
ConeBounds_p1()
Definition: ConeBounds_p1.h:19