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
InnerDetector
InDetRecTools
InDetTestPixelLayer
src
TrackStateOnPixelLayerInfo.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
7
#include "
InDetTestPixelLayer/TrackStateOnPixelLayerInfo.h
"
8
9
10
namespace
InDet
{
11
12
13
InDet::TrackStateOnPixelLayerInfo::TrackStateOnPixelLayerInfo
(){
14
15
m_type
=
unknownPixelLayerTrackState
;
16
m_moduleId
= 0;
17
m_pixelId
= 0;
18
m_locX
= -99999;
19
m_locY
= -99999;
20
m_errLocX
= -99999;
21
m_errLocY
= -99999;
22
m_theta
= -99999;
23
m_phi
= -99999;
24
m_distToModEdgePhi
= -99999;
25
m_distToModEdgeEta
= -99999;
26
m_goodFrac
= -99999;
27
}
28
29
InDet::TrackStateOnPixelLayerInfo::~TrackStateOnPixelLayerInfo
(){
31
}
32
33
34
35
36
}
//end namespace
37
InDet::TrackStateOnPixelLayerInfo::TrackStateOnPixelLayerInfo
TrackStateOnPixelLayerInfo()
Definition:
TrackStateOnPixelLayerInfo.cxx:13
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::TrackStateOnPixelLayerInfo::m_errLocY
double m_errLocY
Definition:
TrackStateOnPixelLayerInfo.h:64
InDet::TrackStateOnPixelLayerInfo::m_type
TrackStateOnPixelLayerType m_type
Definition:
TrackStateOnPixelLayerInfo.h:52
InDet::TrackStateOnPixelLayerInfo::m_distToModEdgePhi
double m_distToModEdgePhi
Definition:
TrackStateOnPixelLayerInfo.h:67
InDet::TrackStateOnPixelLayerInfo::m_pixelId
Identifier m_pixelId
duplicated: can get from pixel id
Definition:
TrackStateOnPixelLayerInfo.h:59
InDet::TrackStateOnPixelLayerInfo::m_locX
double m_locX
Definition:
TrackStateOnPixelLayerInfo.h:61
TrackStateOnPixelLayerInfo.h
InDet::TrackStateOnPixelLayerInfo::m_distToModEdgeEta
double m_distToModEdgeEta
Definition:
TrackStateOnPixelLayerInfo.h:68
InDet::TrackStateOnPixelLayerInfo::m_theta
double m_theta
Definition:
TrackStateOnPixelLayerInfo.h:65
InDet::TrackStateOnPixelLayerInfo::m_locY
double m_locY
Definition:
TrackStateOnPixelLayerInfo.h:62
InDet::TrackStateOnPixelLayerInfo::m_goodFrac
double m_goodFrac
Definition:
TrackStateOnPixelLayerInfo.h:69
InDet::unknownPixelLayerTrackState
@ unknownPixelLayerTrackState
Definition:
TrackStateOnPixelLayerInfo.h:17
InDet::TrackStateOnPixelLayerInfo::m_errLocX
double m_errLocX
Definition:
TrackStateOnPixelLayerInfo.h:63
InDet::TrackStateOnPixelLayerInfo::m_moduleId
Identifier m_moduleId
Definition:
TrackStateOnPixelLayerInfo.h:58
InDet::TrackStateOnPixelLayerInfo::~TrackStateOnPixelLayerInfo
~TrackStateOnPixelLayerInfo()
Definition:
TrackStateOnPixelLayerInfo.cxx:29
InDet::TrackStateOnPixelLayerInfo::m_phi
double m_phi
Definition:
TrackStateOnPixelLayerInfo.h:66
Generated on Tue Mar 25 2025 21:21:07 for ATLAS Offline Software by
1.8.18