Go to the source code of this file.
ostream& operator<< |
( |
ostream & |
os, |
|
|
const L1CaloRegion & |
reg |
|
) |
| |
Definition at line 173 of file L1CaloRegion.cc.
References L1CaloRegion::bx(), L1CaloRegion::capBlock(), L1CaloRegion::capIndex(), TauDecayModes::dec, L1CaloRegion::et(), L1CaloRegion::fineGrain(), L1CaloRegion::gctEta(), L1CaloRegion::gctPhi(), L1CaloRegion::overFlow(), L1CaloRegion::rctCard(), L1CaloRegion::rctCrate(), L1CaloRegion::rctEta(), L1CaloRegion::rctPhi(), L1CaloRegion::rctRegionIndex(), and L1CaloRegion::tauVeto().
174 os <<
"L1CaloRegion:";
175 os <<
" Et=" << reg.
et();
178 os <<
" tau=" << reg.
tauVeto() << endl;
179 os <<
" RCT crate=" << reg.
rctCrate();
180 os <<
" RCT card=" << reg.
rctCard();
182 os <<
" RCT eta=" << reg.
rctEta();
183 os <<
" RCT phi=" << reg.
rctPhi() << endl;
184 os <<
" GCT eta=" << reg.
gctEta();
185 os <<
" GCT phi=" << reg.
gctPhi() << endl;
186 os << hex <<
" cap block=" << reg.
capBlock() <<
dec <<
", index=" << reg.
capIndex() <<
", BX=" << reg.
bx();
int16_t bx() const
get bunch-crossing index
unsigned capIndex() const
what index within capture block
unsigned et() const
get Et
bool overFlow() const
get overflow
unsigned rctEta() const
get local eta index (within RCT crate)
unsigned rctCrate() const
get RCT crate ID
unsigned rctCard() const
get RCT reciever card ID (valid output for HB/HE)
unsigned rctRegionIndex() const
get RCT region index
bool tauVeto() const
get tau veto bit
unsigned rctPhi() const
get local phi index (within RCT crate)
bool fineGrain() const
get fine grain bit
unsigned gctEta() const
get GCT eta index
unsigned gctPhi() const
get GCT phi index
unsigned capBlock() const
which capture block did this come from