ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkSurfaces
DiscBounds_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 DISC_BOUNDS_P1_TRK_H
6
#define DISC_BOUNDS_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: DiscBounds_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
namespace
Trk
15
{
16
class
DiscBounds_p1
17
{
18
public
:
19
DiscBounds_p1
() :
m_rMin
(0.0),
m_rMax
(0.0),
m_avePhi
(0.0),
m_hPhiSec
(0.0) {}
20
21
#ifdef UseFloatsIn_DiscBounds
22
float
m_rMin
;
23
float
m_rMax
;
24
float
m_avePhi
;
25
float
m_hPhiSec
;
26
#else
27
double
m_rMin
;
28
double
m_rMax
;
29
double
m_avePhi
;
30
double
m_hPhiSec
;
31
#endif
32
};
33
}
34
35
#endif // DISC_BOUNDS_P1_TRK_H
Trk::DiscBounds_p1::m_avePhi
double m_avePhi
Definition:
DiscBounds_p1.h:29
Trk::DiscBounds_p1::m_rMax
double m_rMax
Definition:
DiscBounds_p1.h:28
Trk::DiscBounds_p1::m_hPhiSec
double m_hPhiSec
Definition:
DiscBounds_p1.h:30
Trk::DiscBounds_p1
Definition:
DiscBounds_p1.h:17
Trk::DiscBounds_p1::DiscBounds_p1
DiscBounds_p1()
Definition:
DiscBounds_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::DiscBounds_p1::m_rMin
double m_rMin
Definition:
DiscBounds_p1.h:27
Generated on Thu Nov 7 2024 21:13:43 for ATLAS Offline Software by
1.8.18