ATLAS Offline Software
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
LVL1::CMMRoI Class Reference

CMM RoI data. More...

#include <CMMRoI.h>

Collaboration diagram for LVL1::CMMRoI:

Public Member Functions

 CMMRoI ()
 
 CMMRoI (uint32_t jetEtRoiWord, uint32_t energyRoiWord0, uint32_t energyRoiWord1, uint32_t energyRoiWord2)
 
 CMMRoI (int jetEtHits, int sumEtHits, int missingEtHits, int missingEtSigHits, int ex, int ey, int et, int jetEtError, int sumEtError, int missingEtError, int missingEtSigError, int exError, int eyError, int etError)
 
 ~CMMRoI ()
 
int jetEtHits () const
 Return Jet-ET hits. More...
 
int sumEtHits () const
 Return Sum-ET hits. More...
 
int missingEtHits () const
 Return Missing-ET hits. More...
 
int missingEtSigHits () const
 Return Missing-ET-Sig hits. More...
 
int ex () const
 Return Ex. More...
 
int ey () const
 Return Ey. More...
 
int et () const
 Return Et. More...
 
int jetEtError () const
 Return Jet-ET error flag (bit 1 Parity) More...
 
int sumEtError () const
 Return Sum-ET error flag (bit 1 Parity) More...
 
int missingEtError () const
 Return Missing-ET error flag (bit 1 Parity) More...
 
int missingEtSigError () const
 Return Missing-ET-Sig error flag (bit 1 Parity) More...
 
int exError () const
 Return Ex error flags (bit 0 Overflow, bit 1 Parity) More...
 
int eyError () const
 Return Ey error flags (bit 0 Overflow, bit 1 Parity) More...
 
int etError () const
 Return Et error flags (bit 0 Overflow, bit 1 Parity) More...
 
uint32_t jetEtRoiWord () const
 Return packed Jet-Et RoI word. More...
 
uint32_t energyRoiWord0 () const
 Return packed Energy RoI word 0. More...
 
uint32_t energyRoiWord1 () const
 Return packed Energy RoI word 1. More...
 
uint32_t energyRoiWord2 () const
 Return packed Energy RoI word 2. More...
 
bool setRoiWord (uint32_t roiWord)
 Set RoI word with ID check. More...
 

Private Member Functions

int parity (uint32_t roiWord) const
 Return Energy parity error (0/1) More...
 
int overflow (uint32_t roiWord) const
 Return Energy overflow flag (0/1) More...
 

Private Attributes

uint32_t m_jetEtRoiWord
 
uint32_t m_energyRoiWord0
 
uint32_t m_energyRoiWord1
 
uint32_t m_energyRoiWord2
 

Static Private Attributes

static const unsigned int s_jetEtWordIdVal = 0x5
 
static const unsigned int s_wordIdVal0 = 0x4
 
static const unsigned int s_wordIdVal1 = 0x6
 
static const unsigned int s_wordIdVal2 = 0x5
 
static const int s_jetEtWordIdBit = 29
 
static const int s_wordIdBit = 28
 
static const int s_jetEtHitsBit = 0
 
static const int s_sumEtHitsBit = 16
 
static const int s_missingEtHitsBit = 16
 
static const int s_missingEtSigHitsBit = 16
 
static const int s_energyBit = 0
 
static const int s_jetEtParityBit = 28
 
static const int s_parityBit = 27
 
static const int s_overflowBit = 15
 
static const int s_jetEtWordIdMask = 0x7
 
static const int s_wordIdMask = 0xf
 
static const int s_jetEtHitsMask = 0xf
 
static const int s_sumEtHitsMask = 0xff
 
static const int s_missingEtHitsMask = 0xff
 
static const int s_missingEtSigHitsMask = 0xff
 
static const int s_energyMask = 0x7fff
 

Detailed Description

CMM RoI data.

Contains a Jet-ET RoI word and three Energy RoI words. Used in analysis of RoI readout.

Author
Peter Faulkner

Definition at line 21 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

Constructor & Destructor Documentation

◆ CMMRoI() [1/3]

LVL1::CMMRoI::CMMRoI ( )

Definition at line 35 of file CMMRoI.cxx.

35  : m_jetEtRoiWord(0),
39 {
40 }

◆ CMMRoI() [2/3]

LVL1::CMMRoI::CMMRoI ( uint32_t  jetEtRoiWord,
uint32_t  energyRoiWord0,
uint32_t  energyRoiWord1,
uint32_t  energyRoiWord2 
)

◆ CMMRoI() [3/3]

LVL1::CMMRoI::CMMRoI ( int  jetEtHits,
int  sumEtHits,
int  missingEtHits,
int  missingEtSigHits,
int  ex,
int  ey,
int  et,
int  jetEtError,
int  sumEtError,
int  missingEtError,
int  missingEtSigError,
int  exError,
int  eyError,
int  etError 
)

◆ ~CMMRoI()

LVL1::CMMRoI::~CMMRoI ( )

Definition at line 84 of file CMMRoI.cxx.

85 {
86 }

Member Function Documentation

◆ energyRoiWord0()

uint32_t LVL1::CMMRoI::energyRoiWord0 ( ) const
inline

Return packed Energy RoI word 0.

Definition at line 190 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

191 {
192  return m_energyRoiWord0;
193 }

◆ energyRoiWord1()

uint32_t LVL1::CMMRoI::energyRoiWord1 ( ) const
inline

Return packed Energy RoI word 1.

Definition at line 195 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

196 {
197  return m_energyRoiWord1;
198 }

◆ energyRoiWord2()

uint32_t LVL1::CMMRoI::energyRoiWord2 ( ) const
inline

Return packed Energy RoI word 2.

Definition at line 200 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

201 {
202  return m_energyRoiWord2;
203 }

◆ et()

int LVL1::CMMRoI::et ( ) const
inline

Return Et.

Definition at line 145 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

146 {
148 }

◆ etError()

int LVL1::CMMRoI::etError ( ) const
inline

Return Et error flags (bit 0 Overflow, bit 1 Parity)

Definition at line 180 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

181 {
183 }

◆ ex()

int LVL1::CMMRoI::ex ( ) const
inline

Return Ex.

Definition at line 135 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

136 {
138 }

◆ exError()

int LVL1::CMMRoI::exError ( ) const
inline

Return Ex error flags (bit 0 Overflow, bit 1 Parity)

Definition at line 170 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

171 {
173 }

◆ ey()

int LVL1::CMMRoI::ey ( ) const
inline

Return Ey.

Definition at line 140 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

141 {
143 }

◆ eyError()

int LVL1::CMMRoI::eyError ( ) const
inline

Return Ey error flags (bit 0 Overflow, bit 1 Parity)

Definition at line 175 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

176 {
178 }

◆ jetEtError()

int LVL1::CMMRoI::jetEtError ( ) const
inline

Return Jet-ET error flag (bit 1 Parity)

Definition at line 150 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

151 {
152  return ((m_jetEtRoiWord >> s_jetEtParityBit) & 0x1) << 1;
153 }

◆ jetEtHits()

int LVL1::CMMRoI::jetEtHits ( ) const
inline

Return Jet-ET hits.

Definition at line 115 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

116 {
118 }

◆ jetEtRoiWord()

uint32_t LVL1::CMMRoI::jetEtRoiWord ( ) const
inline

Return packed Jet-Et RoI word.

Definition at line 185 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

186 {
187  return m_jetEtRoiWord;
188 }

◆ missingEtError()

int LVL1::CMMRoI::missingEtError ( ) const
inline

Return Missing-ET error flag (bit 1 Parity)

Definition at line 160 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

161 {
162  return parity(m_energyRoiWord2) << 1;
163 }

◆ missingEtHits()

int LVL1::CMMRoI::missingEtHits ( ) const
inline

Return Missing-ET hits.

Definition at line 125 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

126 {
128 }

◆ missingEtSigError()

int LVL1::CMMRoI::missingEtSigError ( ) const
inline

Return Missing-ET-Sig error flag (bit 1 Parity)

Definition at line 165 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

166 {
167  return parity(m_energyRoiWord0) << 1;
168 }

◆ missingEtSigHits()

int LVL1::CMMRoI::missingEtSigHits ( ) const
inline

Return Missing-ET-Sig hits.

Definition at line 130 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

◆ overflow()

int LVL1::CMMRoI::overflow ( uint32_t  roiWord) const
inlineprivate

Return Energy overflow flag (0/1)

Definition at line 210 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

211 {
212  return (roiWord >> s_overflowBit) & 0x1;
213 }

◆ parity()

int LVL1::CMMRoI::parity ( uint32_t  roiWord) const
inlineprivate

Return Energy parity error (0/1)

Definition at line 205 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

206 {
207  return (roiWord >> s_parityBit) & 0x1;
208 }

◆ setRoiWord()

bool LVL1::CMMRoI::setRoiWord ( uint32_t  roiWord)

Set RoI word with ID check.

Definition at line 90 of file CMMRoI.cxx.

91 {
92  bool valid = true;
93  int wordId = (roiWord >> s_jetEtWordIdBit) & s_jetEtWordIdMask;
94  if (wordId == s_jetEtWordIdVal) m_jetEtRoiWord = roiWord;
95  else {
96  wordId = (roiWord >> s_wordIdBit) & s_wordIdMask;
97  if (wordId == s_wordIdVal0) m_energyRoiWord0 = roiWord;
98  else if (wordId == s_wordIdVal1) m_energyRoiWord1 = roiWord;
99  else if (wordId == s_wordIdVal2) m_energyRoiWord2 = roiWord;
100  else valid = false;
101  }
102  return valid;
103 }

◆ sumEtError()

int LVL1::CMMRoI::sumEtError ( ) const
inline

Return Sum-ET error flag (bit 1 Parity)

Definition at line 155 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

156 {
157  return parity(m_energyRoiWord1) << 1;
158 }

◆ sumEtHits()

int LVL1::CMMRoI::sumEtHits ( ) const
inline

Return Sum-ET hits.

Definition at line 120 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

121 {
123 }

Member Data Documentation

◆ m_energyRoiWord0

uint32_t LVL1::CMMRoI::m_energyRoiWord0
private

◆ m_energyRoiWord1

uint32_t LVL1::CMMRoI::m_energyRoiWord1
private

◆ m_energyRoiWord2

uint32_t LVL1::CMMRoI::m_energyRoiWord2
private

◆ m_jetEtRoiWord

uint32_t LVL1::CMMRoI::m_jetEtRoiWord
private

◆ s_energyBit

const int LVL1::CMMRoI::s_energyBit = 0
staticprivate

◆ s_energyMask

const int LVL1::CMMRoI::s_energyMask = 0x7fff
staticprivate

◆ s_jetEtHitsBit

const int LVL1::CMMRoI::s_jetEtHitsBit = 0
staticprivate

◆ s_jetEtHitsMask

const int LVL1::CMMRoI::s_jetEtHitsMask = 0xf
staticprivate

◆ s_jetEtParityBit

const int LVL1::CMMRoI::s_jetEtParityBit = 28
staticprivate

◆ s_jetEtWordIdBit

const int LVL1::CMMRoI::s_jetEtWordIdBit = 29
staticprivate

◆ s_jetEtWordIdMask

const int LVL1::CMMRoI::s_jetEtWordIdMask = 0x7
staticprivate

◆ s_jetEtWordIdVal

const unsigned int LVL1::CMMRoI::s_jetEtWordIdVal = 0x5
staticprivate

◆ s_missingEtHitsBit

const int LVL1::CMMRoI::s_missingEtHitsBit = 16
staticprivate

◆ s_missingEtHitsMask

const int LVL1::CMMRoI::s_missingEtHitsMask = 0xff
staticprivate

◆ s_missingEtSigHitsBit

const int LVL1::CMMRoI::s_missingEtSigHitsBit = 16
staticprivate

◆ s_missingEtSigHitsMask

const int LVL1::CMMRoI::s_missingEtSigHitsMask = 0xff
staticprivate

◆ s_overflowBit

const int LVL1::CMMRoI::s_overflowBit = 15
staticprivate

◆ s_parityBit

const int LVL1::CMMRoI::s_parityBit = 27
staticprivate

◆ s_sumEtHitsBit

const int LVL1::CMMRoI::s_sumEtHitsBit = 16
staticprivate

◆ s_sumEtHitsMask

const int LVL1::CMMRoI::s_sumEtHitsMask = 0xff
staticprivate

◆ s_wordIdBit

const int LVL1::CMMRoI::s_wordIdBit = 28
staticprivate

◆ s_wordIdMask

const int LVL1::CMMRoI::s_wordIdMask = 0xf
staticprivate

◆ s_wordIdVal0

const unsigned int LVL1::CMMRoI::s_wordIdVal0 = 0x4
staticprivate

◆ s_wordIdVal1

const unsigned int LVL1::CMMRoI::s_wordIdVal1 = 0x6
staticprivate

◆ s_wordIdVal2

const unsigned int LVL1::CMMRoI::s_wordIdVal2 = 0x5
staticprivate

The documentation for this class was generated from the following files:
LVL1::CMMRoI::s_missingEtSigHitsMask
static const int s_missingEtSigHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:99
LVL1::CMMRoI::s_missingEtSigHitsBit
static const int s_missingEtSigHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:88
plotBeamSpotCompare.x1
x1
Definition: plotBeamSpotCompare.py:216
LVL1::CMMRoI::s_jetEtHitsMask
static const int s_jetEtHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:96
et
Extra patterns decribing particle interation process.
LVL1::CMMRoI::energyRoiWord2
uint32_t energyRoiWord2() const
Return packed Energy RoI word 2.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:200
LVL1::CMMRoI::m_energyRoiWord2
uint32_t m_energyRoiWord2
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:111
LVL1::CMMRoI::exError
int exError() const
Return Ex error flags (bit 0 Overflow, bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:170
LVL1::CMMRoI::sumEtHits
int sumEtHits() const
Return Sum-ET hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:120
LVL1::CMMRoI::overflow
int overflow(uint32_t roiWord) const
Return Energy overflow flag (0/1)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:210
LVL1::CMMRoI::s_sumEtHitsMask
static const int s_sumEtHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:97
LVL1::CMMRoI::s_energyBit
static const int s_energyBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:89
LVL1::CMMRoI::s_energyMask
static const int s_energyMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:100
LVL1::CMMRoI::etError
int etError() const
Return Et error flags (bit 0 Overflow, bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:180
LVL1::CMMRoI::s_wordIdVal1
static const unsigned int s_wordIdVal1
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:80
LVL1::CMMRoI::m_energyRoiWord1
uint32_t m_energyRoiWord1
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:110
LVL1::CMMRoI::s_missingEtHitsMask
static const int s_missingEtHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:98
LVL1::CMMRoI::ex
int ex() const
Return Ex.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:135
xAOD::roiWord
roiWord
Definition: TrigMissingET_v1.cxx:36
calibdata.valid
list valid
Definition: calibdata.py:45
LVL1::CMMRoI::energyRoiWord0
uint32_t energyRoiWord0() const
Return packed Energy RoI word 0.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:190
LVL1::CMMRoI::jetEtError
int jetEtError() const
Return Jet-ET error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:150
LVL1::CMMRoI::energyRoiWord1
uint32_t energyRoiWord1() const
Return packed Energy RoI word 1.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:195
LVL1::CMMRoI::sumEtError
int sumEtError() const
Return Sum-ET error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:155
LVL1::CMMRoI::jetEtHits
int jetEtHits() const
Return Jet-ET hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:115
LVL1::CMMRoI::s_wordIdVal2
static const unsigned int s_wordIdVal2
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:81
LVL1::CMMRoI::s_sumEtHitsBit
static const int s_sumEtHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:86
LVL1::CMMRoI::ey
int ey() const
Return Ey.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:140
LVL1::CMMRoI::s_overflowBit
static const int s_overflowBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:92
LVL1::CMMRoI::missingEtHits
int missingEtHits() const
Return Missing-ET hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:125
LVL1::CMMRoI::parity
int parity(uint32_t roiWord) const
Return Energy parity error (0/1)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:205
LVL1::CMMRoI::s_missingEtHitsBit
static const int s_missingEtHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:87
LVL1::CMMRoI::eyError
int eyError() const
Return Ey error flags (bit 0 Overflow, bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:175
LVL1::CMMRoI::jetEtRoiWord
uint32_t jetEtRoiWord() const
Return packed Jet-Et RoI word.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:185
LVL1::CMMRoI::s_wordIdMask
static const int s_wordIdMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:95
LVL1::CMMRoI::s_parityBit
static const int s_parityBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:91
LVL1::CMMRoI::s_jetEtWordIdBit
static const int s_jetEtWordIdBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:83
LVL1::CMMRoI::missingEtSigError
int missingEtSigError() const
Return Missing-ET-Sig error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:165
LVL1::CMMRoI::m_jetEtRoiWord
uint32_t m_jetEtRoiWord
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:108
LVL1::CMMRoI::s_wordIdBit
static const int s_wordIdBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:84
LVL1::CMMRoI::s_jetEtWordIdVal
static const unsigned int s_jetEtWordIdVal
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:78
LVL1::CMMRoI::missingEtError
int missingEtError() const
Return Missing-ET error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:160
LVL1::CMMRoI::s_jetEtWordIdMask
static const int s_jetEtWordIdMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:94
LVL1::CMMRoI::missingEtSigHits
int missingEtSigHits() const
Return Missing-ET-Sig hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:130
LVL1::CMMRoI::s_jetEtHitsBit
static const int s_jetEtHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:85
LVL1::CMMRoI::s_wordIdVal0
static const unsigned int s_wordIdVal0
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:79
LVL1::CMMRoI::s_jetEtParityBit
static const int s_jetEtParityBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:90
LVL1::CMMRoI::m_energyRoiWord0
uint32_t m_energyRoiWord0
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:109