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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonRDO
NSW_TrigRawDataSegment_p1.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef NSW_TRIGRAWDATASEGMENT_P1_H
6
#define NSW_TRIGRAWDATASEGMENT_P1_H
7
8
#include <utility>
9
#include <vector>
10
11
namespace
Muon
{
12
class
NSW_TrigRawDataSegment_p1
{
13
public
:
14
NSW_TrigRawDataSegment_p1
() =
default
;
15
16
void
addChannel
(
uint8_t
layer
,
uint16_t
channel
) {
m_channels
.emplace_back( std::pair<uint8_t,uint16_t>(
layer
,
channel
) ); }
17
18
uint8_t
m_deltaTheta
{0};
19
uint8_t
m_phiIndex
{0};
20
uint8_t
m_rIndex
{0};
21
uint8_t
m_spare
{0};
22
bool
m_lowRes
{
false
};
23
bool
m_phiRes
{
false
};
24
bool
m_monitor
{
false
};
25
std::vector< std::pair<uint8_t,uint16_t> >
m_channels
{};
26
};
27
}
28
29
#endif
plotting.yearwise_efficiency.channel
channel
Definition:
yearwise_efficiency.py:24
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
Muon::NSW_TrigRawDataSegment_p1
Definition:
NSW_TrigRawDataSegment_p1.h:12
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
xAOD::uint16_t
setWord1 uint16_t
Definition:
eFexEMRoI_v1.cxx:93
TRT::Hit::layer
@ layer
Definition:
HitInfo.h:79
Muon::NSW_TrigRawDataSegment_p1::m_lowRes
bool m_lowRes
Definition:
NSW_TrigRawDataSegment_p1.h:22
Muon::NSW_TrigRawDataSegment_p1::NSW_TrigRawDataSegment_p1
NSW_TrigRawDataSegment_p1()=default
Muon::NSW_TrigRawDataSegment_p1::addChannel
void addChannel(uint8_t layer, uint16_t channel)
Definition:
NSW_TrigRawDataSegment_p1.h:16
Muon::NSW_TrigRawDataSegment_p1::m_deltaTheta
uint8_t m_deltaTheta
Definition:
NSW_TrigRawDataSegment_p1.h:18
Muon::NSW_TrigRawDataSegment_p1::m_phiRes
bool m_phiRes
Definition:
NSW_TrigRawDataSegment_p1.h:23
Muon::NSW_TrigRawDataSegment_p1::m_rIndex
uint8_t m_rIndex
Definition:
NSW_TrigRawDataSegment_p1.h:20
Muon::NSW_TrigRawDataSegment_p1::m_channels
std::vector< std::pair< uint8_t, uint16_t > > m_channels
Definition:
NSW_TrigRawDataSegment_p1.h:25
Muon::NSW_TrigRawDataSegment_p1::m_monitor
bool m_monitor
Definition:
NSW_TrigRawDataSegment_p1.h:24
Muon::NSW_TrigRawDataSegment_p1::m_phiIndex
uint8_t m_phiIndex
Definition:
NSW_TrigRawDataSegment_p1.h:19
Muon::NSW_TrigRawDataSegment_p1::m_spare
uint8_t m_spare
Definition:
NSW_TrigRawDataSegment_p1.h:21
Generated on Thu Apr 24 2025 21:16:10 for ATLAS Offline Software by
1.8.18