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
Trigger
TrigAlgorithms
TrigL2MuonSA
src
StgcData.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL2MUONSA_STGCDATA_H
6
#define TRIGL2MUONSA_STGCDATA_H
7
8
namespace
TrigL2MuonSA
{
9
10
// --------------------------------------------------------------------------------
11
// --------------------------------------------------------------------------------
12
13
class
StgcHitData
14
{
15
public
:
16
StgcHitData
() :
17
eta
(0),
18
phi
(0),
19
r
(0),
20
z
(0),
21
stationEta
(0),
22
stationPhi
(0),
23
stationName
(0),
24
ResidualR
(999.),
25
ResidualPhi
(999.),
26
isOutlier
(0),
27
layerNumber
(999),
28
channelType
(-1)
29
{};
30
31
public
:
32
double
eta
;
33
double
phi
;
34
double
r
;
35
double
z
;
36
int
stationEta
;
37
int
stationPhi
;
38
int
stationName
;
39
double
ResidualR
;
40
double
ResidualPhi
;
41
int
isOutlier
;
42
unsigned
int
layerNumber
;
43
int
channelType
;
44
};
45
46
// --------------------------------------------------------------------------------
47
// --------------------------------------------------------------------------------
48
49
typedef
std::vector<StgcHitData>
StgcHits
;
50
51
// --------------------------------------------------------------------------------
52
// --------------------------------------------------------------------------------
53
54
}
55
56
#endif // TRIGL2MUONSA_STGCDATA_H
TrigL2MuonSA::StgcHitData::stationEta
int stationEta
Definition:
StgcData.h:36
TrigL2MuonSA::StgcHitData::isOutlier
int isOutlier
Definition:
StgcData.h:41
TrigL2MuonSA::StgcHitData::phi
double phi
Definition:
StgcData.h:33
TrigL2MuonSA::StgcHitData::r
double r
Definition:
StgcData.h:34
TrigL2MuonSA::StgcHitData
Definition:
StgcData.h:14
TrigL2MuonSA::StgcHitData::channelType
int channelType
Definition:
StgcData.h:43
TrigL2MuonSA::StgcHitData::stationPhi
int stationPhi
Definition:
StgcData.h:37
TrigL2MuonSA::StgcHitData::stationName
int stationName
Definition:
StgcData.h:38
TrigL2MuonSA::StgcHitData::StgcHitData
StgcHitData()
Definition:
StgcData.h:16
TrigL2MuonSA::StgcHitData::ResidualPhi
double ResidualPhi
Definition:
StgcData.h:40
TrigL2MuonSA::StgcHitData::ResidualR
double ResidualR
Definition:
StgcData.h:39
TrigL2MuonSA::StgcHitData::layerNumber
unsigned int layerNumber
Definition:
StgcData.h:42
TrigL2MuonSA::StgcHits
std::vector< StgcHitData > StgcHits
Definition:
StgcData.h:49
TrigL2MuonSA::StgcHitData::z
double z
Definition:
StgcData.h:35
TrigL2MuonSA::StgcHitData::eta
double eta
Definition:
StgcData.h:29
TrigL2MuonSA
Definition:
AlignmentBarrelLUT.h:13
Generated on Wed Apr 2 2025 21:18:51 for ATLAS Offline Software by
1.8.18