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
CscData.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL2MUONSA_CSCDATA_H
6
#define TRIGL2MUONSA_CSCDATA_H
7
8
namespace
TrigL2MuonSA
{
9
10
// --------------------------------------------------------------------------------
11
// --------------------------------------------------------------------------------
12
13
struct
CscHitData
14
{
15
unsigned
int
StationName
;
16
int
StationEta
;
17
int
StationPhi
;
18
int
ChamberLayer
;
19
int
WireLayer
;
20
int
MeasuresPhi
;
21
int
Strip
;
22
int
Chamber
;
23
uint32_t
StripId
;
24
//
25
double
eta
;
26
double
phi
;
27
double
r
;
28
double
z
;
29
int
charge
;
30
double
time
;
31
float
resolution
;
32
//
33
double
Residual
;
34
int
isOutlier
;
35
};
36
37
// --------------------------------------------------------------------------------
38
// --------------------------------------------------------------------------------
39
40
typedef
std::vector<CscHitData>
CscHits
;
41
42
// --------------------------------------------------------------------------------
43
// --------------------------------------------------------------------------------
44
45
}
46
47
#endif // TRIGL2MUONSA_CSCDATA_H
TrigL2MuonSA::CscHitData
Definition:
CscData.h:14
TrigL2MuonSA::CscHitData::isOutlier
int isOutlier
Definition:
CscData.h:34
TrigL2MuonSA::CscHitData::phi
double phi
Definition:
CscData.h:26
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
TrigL2MuonSA::CscHitData::charge
int charge
Definition:
CscData.h:29
TrigL2MuonSA::CscHitData::StationEta
int StationEta
Definition:
CscData.h:16
TrigL2MuonSA::CscHitData::StationName
unsigned int StationName
Definition:
CscData.h:15
TrigL2MuonSA::CscHitData::ChamberLayer
int ChamberLayer
Definition:
CscData.h:18
TrigL2MuonSA::CscHitData::resolution
float resolution
Definition:
CscData.h:31
TrigL2MuonSA::CscHits
std::vector< CscHitData > CscHits
Definition:
CscData.h:40
TrigL2MuonSA::CscHitData::StationPhi
int StationPhi
Definition:
CscData.h:17
TrigL2MuonSA::CscHitData::WireLayer
int WireLayer
Definition:
CscData.h:19
TrigL2MuonSA::CscHitData::MeasuresPhi
int MeasuresPhi
Definition:
CscData.h:20
TrigL2MuonSA::CscHitData::StripId
uint32_t StripId
Definition:
CscData.h:23
TrigL2MuonSA::CscHitData::r
double r
Definition:
CscData.h:27
TrigL2MuonSA::CscHitData::z
double z
Definition:
CscData.h:28
TrigL2MuonSA::CscHitData::Strip
int Strip
Definition:
CscData.h:21
TrigL2MuonSA::CscHitData::time
double time
Definition:
CscData.h:30
TrigL2MuonSA::CscHitData::Residual
double Residual
Definition:
CscData.h:33
TrigL2MuonSA::CscHitData::eta
double eta
Definition:
CscData.h:25
TrigL2MuonSA::CscHitData::Chamber
int Chamber
Definition:
CscData.h:22
TrigL2MuonSA
Definition:
AlignmentBarrelLUT.h:13
Generated on Wed Apr 2 2025 21:09:05 for ATLAS Offline Software by
1.8.18