Go to the source code of this file.
ostream& operator<< |
( |
ostream & |
os, |
|
|
const L1CaloRegion & |
reg |
|
) |
| |
Definition at line 136 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().
137 os <<
"L1CaloRegion:";
138 os <<
" Et=" << reg.
et();
141 os <<
" tau=" << reg.
tauVeto() << endl;
142 os <<
" RCT crate=" << reg.
rctCrate();
143 os <<
" RCT card=" << reg.
rctCard();
145 os <<
" RCT eta=" << reg.
rctEta();
146 os <<
" RCT phi=" << reg.
rctPhi() << endl;
147 os <<
" GCT eta=" << reg.
gctEta();
148 os <<
" GCT phi=" << reg.
gctPhi() << endl;
149 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