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
EllipseBounds_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 TRKEVENTTPCNV_ELLIPSEBOUNDS_P1_H
6
#define TRKEVENTTPCNV_ELLIPSEBOUNDS_P1_H
7
8
namespace
Trk
{
9
13
class
EllipseBounds_p1
{
14
public
:
16
EllipseBounds_p1
() :
m_rMinX
(0.0),
m_rMinY
(0.0),
m_rMaxX
(0.0),
m_rMaxY
(0.0),
m_avePhi
(0.0),
m_hPhiSec
(0.0) {};
17
18
float
m_rMinX
;
19
float
m_rMinY
;
20
float
m_rMaxX
;
21
float
m_rMaxY
;
22
float
m_avePhi
;
23
float
m_hPhiSec
;
24
};
25
26
}
// end of namespace
27
28
29
#endif
30
31
Trk::EllipseBounds_p1
Persistent representation of the transient Trk::EllipseBounds_p1 class.
Definition:
EllipseBounds_p1.h:13
Trk::EllipseBounds_p1::m_rMaxX
float m_rMaxX
Definition:
EllipseBounds_p1.h:20
Trk::EllipseBounds_p1::m_hPhiSec
float m_hPhiSec
Definition:
EllipseBounds_p1.h:23
Trk::EllipseBounds_p1::m_avePhi
float m_avePhi
Definition:
EllipseBounds_p1.h:22
Trk::EllipseBounds_p1::m_rMinX
float m_rMinX
Definition:
EllipseBounds_p1.h:16
Trk::EllipseBounds_p1::EllipseBounds_p1
EllipseBounds_p1()
Default Constructor.
Definition:
EllipseBounds_p1.h:16
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::EllipseBounds_p1::m_rMinY
float m_rMinY
Definition:
EllipseBounds_p1.h:19
Trk::EllipseBounds_p1::m_rMaxY
float m_rMaxY
Definition:
EllipseBounds_p1.h:21
Generated on Sat Mar 15 2025 21:10:16 for ATLAS Offline Software by
1.8.18