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
DiamondBounds_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 DIAMOND_BOUNDS_P1_TRK_H
6
#define DIAMOND_BOUNDS_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: DiamondBounds_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
namespace
Trk
15
{
16
class
DiamondBounds_p1
17
{
18
public
:
19
DiamondBounds_p1
() :
m_minHalfX
(0.0),
m_medHalfX
(0.0),
m_maxHalfX
(0.0),
m_halfY1
(0.0),
m_halfY2
(0.0),
m_alpha1
(0.0),
m_alpha2
(0.0) {}
20
21
#ifdef UseFloatsIn_DiamondBounds
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 // DIAMOND_BOUNDS_P1_TRK_H
Trk::DiamondBounds_p1
Definition:
DiamondBounds_p1.h:17
Trk::DiamondBounds_p1::m_medHalfX
double m_medHalfX
Definition:
DiamondBounds_p1.h:31
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::DiamondBounds_p1::m_maxHalfX
double m_maxHalfX
Definition:
DiamondBounds_p1.h:32
Trk::DiamondBounds_p1::m_alpha1
double m_alpha1
Definition:
DiamondBounds_p1.h:35
Trk::DiamondBounds_p1::m_minHalfX
double m_minHalfX
Definition:
DiamondBounds_p1.h:30
Trk::DiamondBounds_p1::m_alpha2
double m_alpha2
Definition:
DiamondBounds_p1.h:36
Trk::DiamondBounds_p1::m_halfY2
double m_halfY2
Definition:
DiamondBounds_p1.h:34
Trk::DiamondBounds_p1::DiamondBounds_p1
DiamondBounds_p1()
Definition:
DiamondBounds_p1.h:19
Trk::DiamondBounds_p1::m_halfY1
double m_halfY1
Definition:
DiamondBounds_p1.h:33
Generated on Sat Mar 15 2025 21:09:35 for ATLAS Offline Software by
1.8.18