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
RotatedTrapezoidBounds_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 ROTATEDTRAPEZOID_BOUNDS_P1_TRK_H
6
#define ROTATEDTRAPEZOID_BOUNDS_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: RotatedTrapezoidBounds_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
namespace
Trk
15
{
16
class
RotatedTrapezoidBounds_p1
17
{
18
public
:
19
RotatedTrapezoidBounds_p1
() :
m_halfX
(0.0),
m_minHalfY
(0.0),
m_maxHalfY
(0.0),
m_kappa
(0.0),
m_delta
(0.0) {}
20
21
float
m_halfX
;
22
float
m_minHalfY
;
23
float
m_maxHalfY
;
24
float
m_kappa
;
25
float
m_delta
;
26
};
27
}
28
29
#endif // TRAPEZOID_BOUNDS_P1_TRK_H
Trk::RotatedTrapezoidBounds_p1::m_kappa
float m_kappa
Definition:
RotatedTrapezoidBounds_p1.h:24
Trk::RotatedTrapezoidBounds_p1
Definition:
RotatedTrapezoidBounds_p1.h:17
Trk::RotatedTrapezoidBounds_p1::RotatedTrapezoidBounds_p1
RotatedTrapezoidBounds_p1()
Definition:
RotatedTrapezoidBounds_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::RotatedTrapezoidBounds_p1::m_delta
float m_delta
Definition:
RotatedTrapezoidBounds_p1.h:25
Trk::RotatedTrapezoidBounds_p1::m_maxHalfY
float m_maxHalfY
Definition:
RotatedTrapezoidBounds_p1.h:23
Trk::RotatedTrapezoidBounds_p1::m_halfX
float m_halfX
Definition:
RotatedTrapezoidBounds_p1.h:21
Trk::RotatedTrapezoidBounds_p1::m_minHalfY
float m_minHalfY
Definition:
RotatedTrapezoidBounds_p1.h:22
Generated on Sun Mar 16 2025 21:17:34 for ATLAS Offline Software by
1.8.18