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
MuonRDO
src
NSW_TrigRawDataSegment.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MuonRDO/NSW_TrigRawDataSegment.h
"
6
7
Muon::NSW_TrigRawDataSegment::NSW_TrigRawDataSegment
() :
8
m_deltaTheta(0),
9
m_phiIndex(0),
10
m_rIndex(0),
11
m_spare(0),
12
m_lowRes(false),
13
m_phiRes(false),
14
m_monitor(false)
15
{ }
16
17
Muon::NSW_TrigRawDataSegment::NSW_TrigRawDataSegment
(
uint8_t
deltaTheta,
uint8_t
phiIndex
,
uint8_t
rIndex,
uint8_t
spare,
bool
lowRes,
bool
phiRes,
bool
monitor ) :
18
m_deltaTheta(deltaTheta),
19
m_phiIndex(
phiIndex
),
20
m_rIndex(
rIndex
),
21
m_spare(spare),
22
m_lowRes(
lowRes
),
23
m_phiRes(
phiRes
),
24
m_monitor(monitor)
25
{ }
26
27
Muon::NSW_TrigRawDataSegment::NSW_TrigRawDataSegment
(
uint8_t
deltaTheta,
uint8_t
phiIndex
,
uint8_t
rIndex,
bool
lowRes,
bool
phiRes) :
28
m_deltaTheta(deltaTheta),
29
m_phiIndex(
phiIndex
),
30
m_rIndex(
rIndex
),
31
m_spare(0),
32
m_lowRes(
lowRes
),
33
m_phiRes(
phiRes
),
34
m_monitor(0)
35
{ }
36
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
Muon::NSW_TrigRawDataSegment::NSW_TrigRawDataSegment
NSW_TrigRawDataSegment()
Definition:
NSW_TrigRawDataSegment.cxx:7
Muon::nsw::STGTPSegments::MergedSegmentProperty::phiRes
@ phiRes
eflowRec::phiIndex
unsigned int phiIndex(float phi, float binsize)
calculate phi index for a given phi
Definition:
EtaPhiLUT.cxx:23
NSW_TrigRawDataSegment.h
Muon::nsw::STGTPSegments::MergedSegmentProperty::lowRes
@ lowRes
Muon::nsw::STGTPSegments::MergedSegmentProperty::rIndex
@ rIndex
Generated on Fri Mar 28 2025 21:16:05 for ATLAS Offline Software by
1.8.18