Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 ()=default
 
 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)
 
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 ( )
default

◆ 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 
)

Member Function Documentation

◆ energyRoiWord0()

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

Return packed Energy RoI word 0.

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

190 {
191  return m_energyRoiWord0;
192 }

◆ energyRoiWord1()

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

Return packed Energy RoI word 1.

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

195 {
196  return m_energyRoiWord1;
197 }

◆ energyRoiWord2()

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

Return packed Energy RoI word 2.

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

200 {
201  return m_energyRoiWord2;
202 }

◆ et()

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

Return Et.

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

145 {
147 }

◆ etError()

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

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

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

180 {
182 }

◆ ex()

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

Return Ex.

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

135 {
137 }

◆ exError()

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

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

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

170 {
172 }

◆ ey()

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

Return Ey.

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

140 {
142 }

◆ eyError()

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

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

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

175 {
177 }

◆ jetEtError()

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

Return Jet-ET error flag (bit 1 Parity)

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

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

◆ jetEtHits()

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

Return Jet-ET hits.

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

115 {
117 }

◆ jetEtRoiWord()

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

Return packed Jet-Et RoI word.

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

185 {
186  return m_jetEtRoiWord;
187 }

◆ missingEtError()

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

Return Missing-ET error flag (bit 1 Parity)

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

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

◆ missingEtHits()

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

Return Missing-ET hits.

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

125 {
127 }

◆ missingEtSigError()

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

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

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

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

◆ missingEtSigHits()

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

Return Missing-ET-Sig hits.

Definition at line 129 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 209 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h.

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

◆ parity()

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

Return Energy parity error (0/1)

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

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

◆ setRoiWord()

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

Set RoI word with ID check.

Definition at line 82 of file CMMRoI.cxx.

83 {
84  bool valid = true;
85  int wordId = (roiWord >> s_jetEtWordIdBit) & s_jetEtWordIdMask;
86  if (wordId == s_jetEtWordIdVal) m_jetEtRoiWord = roiWord;
87  else {
88  wordId = (roiWord >> s_wordIdBit) & s_wordIdMask;
89  if (wordId == s_wordIdVal0) m_energyRoiWord0 = roiWord;
90  else if (wordId == s_wordIdVal1) m_energyRoiWord1 = roiWord;
91  else if (wordId == s_wordIdVal2) m_energyRoiWord2 = roiWord;
92  else valid = false;
93  }
94  return valid;
95 }

◆ sumEtError()

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

Return Sum-ET error flag (bit 1 Parity)

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

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

◆ sumEtHits()

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

Return Sum-ET hits.

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

120 {
122 }

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:98
LVL1::CMMRoI::s_missingEtSigHitsBit
static const int s_missingEtSigHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:87
plotBeamSpotCompare.x1
x1
Definition: plotBeamSpotCompare.py:216
LVL1::CMMRoI::s_jetEtHitsMask
static const int s_jetEtHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:95
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:199
LVL1::CMMRoI::m_energyRoiWord2
uint32_t m_energyRoiWord2
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:110
LVL1::CMMRoI::exError
int exError() const
Return Ex error flags (bit 0 Overflow, bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:169
LVL1::CMMRoI::sumEtHits
int sumEtHits() const
Return Sum-ET hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:119
LVL1::CMMRoI::overflow
int overflow(uint32_t roiWord) const
Return Energy overflow flag (0/1)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:209
LVL1::CMMRoI::s_sumEtHitsMask
static const int s_sumEtHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:96
LVL1::CMMRoI::s_energyBit
static const int s_energyBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:88
LVL1::CMMRoI::s_energyMask
static const int s_energyMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:99
LVL1::CMMRoI::etError
int etError() const
Return Et error flags (bit 0 Overflow, bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:179
LVL1::CMMRoI::s_wordIdVal1
static const unsigned int s_wordIdVal1
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:79
LVL1::CMMRoI::m_energyRoiWord1
uint32_t m_energyRoiWord1
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:109
LVL1::CMMRoI::s_missingEtHitsMask
static const int s_missingEtHitsMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:97
LVL1::CMMRoI::ex
int ex() const
Return Ex.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:134
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:189
LVL1::CMMRoI::jetEtError
int jetEtError() const
Return Jet-ET error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:149
LVL1::CMMRoI::energyRoiWord1
uint32_t energyRoiWord1() const
Return packed Energy RoI word 1.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:194
LVL1::CMMRoI::sumEtError
int sumEtError() const
Return Sum-ET error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:154
LVL1::CMMRoI::jetEtHits
int jetEtHits() const
Return Jet-ET hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:114
LVL1::CMMRoI::s_wordIdVal2
static const unsigned int s_wordIdVal2
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:80
LVL1::CMMRoI::s_sumEtHitsBit
static const int s_sumEtHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:85
LVL1::CMMRoI::ey
int ey() const
Return Ey.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:139
LVL1::CMMRoI::s_overflowBit
static const int s_overflowBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:91
LVL1::CMMRoI::missingEtHits
int missingEtHits() const
Return Missing-ET hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:124
LVL1::CMMRoI::parity
int parity(uint32_t roiWord) const
Return Energy parity error (0/1)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:204
LVL1::CMMRoI::s_missingEtHitsBit
static const int s_missingEtHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:86
LVL1::CMMRoI::eyError
int eyError() const
Return Ey error flags (bit 0 Overflow, bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:174
LVL1::CMMRoI::jetEtRoiWord
uint32_t jetEtRoiWord() const
Return packed Jet-Et RoI word.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:184
LVL1::CMMRoI::s_wordIdMask
static const int s_wordIdMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:94
LVL1::CMMRoI::s_parityBit
static const int s_parityBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:90
LVL1::CMMRoI::s_jetEtWordIdBit
static const int s_jetEtWordIdBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:82
LVL1::CMMRoI::missingEtSigError
int missingEtSigError() const
Return Missing-ET-Sig error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:164
LVL1::CMMRoI::m_jetEtRoiWord
uint32_t m_jetEtRoiWord
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:107
LVL1::CMMRoI::s_wordIdBit
static const int s_wordIdBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:83
LVL1::CMMRoI::s_jetEtWordIdVal
static const unsigned int s_jetEtWordIdVal
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:77
LVL1::CMMRoI::missingEtError
int missingEtError() const
Return Missing-ET error flag (bit 1 Parity)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:159
LVL1::CMMRoI::s_jetEtWordIdMask
static const int s_jetEtWordIdMask
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:93
LVL1::CMMRoI::missingEtSigHits
int missingEtSigHits() const
Return Missing-ET-Sig hits.
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:129
LVL1::CMMRoI::s_jetEtHitsBit
static const int s_jetEtHitsBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:84
LVL1::CMMRoI::s_wordIdVal0
static const unsigned int s_wordIdVal0
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:78
LVL1::CMMRoI::s_jetEtParityBit
static const int s_jetEtParityBit
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:89
LVL1::CMMRoI::m_energyRoiWord0
uint32_t m_energyRoiWord0
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CMMRoI.h:108