ATLAS Offline Software
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 Sun Dec 22 2024 21:15:45 for ATLAS Offline Software by
1.8.18