Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkSurfaces
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
14
namespace
Trk
15
{
16
class
CylinderBounds_p1
17
{
18
public
:
19
CylinderBounds_p1
() :
m_radius
(0.0),
m_averagePhi
(0.0),
m_halfPhiSector
(0.0),
m_halfZ
(0.0) {}
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
;
28
double
m_averagePhi
;
29
double
m_halfPhiSector
;
30
double
m_halfZ
;
31
#endif
32
};
33
}
34
35
#endif // CYLINDER_BOUNDS_P1_TRK_H
Trk::CylinderBounds_p1::m_halfPhiSector
double m_halfPhiSector
Definition:
CylinderBounds_p1.h:29
Trk::CylinderBounds_p1::m_halfZ
double m_halfZ
Definition:
CylinderBounds_p1.h:30
Trk::CylinderBounds_p1
Definition:
CylinderBounds_p1.h:17
Trk::CylinderBounds_p1::CylinderBounds_p1
CylinderBounds_p1()
Definition:
CylinderBounds_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::CylinderBounds_p1::m_radius
double m_radius
Definition:
CylinderBounds_p1.h:27
Trk::CylinderBounds_p1::m_averagePhi
double m_averagePhi
Definition:
CylinderBounds_p1.h:28
Generated on Sun Mar 16 2025 21:09:09 for ATLAS Offline Software by
1.8.18