Go to the source code of this file.
ostream& operator<< |
( |
ostream & |
s, |
|
|
const L1GctEmCand & |
cand |
|
) |
| |
Definition at line 110 of file L1GctEmCand.cc.
References L1GctEmCand::bx(), L1GctEmCand::capBlock(), L1GctEmCand::capIndex(), TauDecayModes::dec, L1GctEmCand::etaIndex(), L1GctEmCand::etaSign(), L1GctEmCand::isolated(), L1GctEmCand::phiIndex(), L1GctEmCand::rank(), and alignCSCRings::s.
111 s <<
"L1GctEmCand : ";
112 s <<
"rank=" << cand.
rank();
115 s << hex <<
" cap block=" << cand.
capBlock() <<
dec <<
", index=" << cand.
capIndex() <<
", BX=" << cand.
bx();
unsigned capIndex() const
what index within capture block
unsigned rank() const override
get rank bits
unsigned phiIndex() const override
get phi index (0-17)
unsigned etaIndex() const override
get eta index -6 to -0, +0 to +6 (bit 3 is sign, 1 for -ve Z, 0 for +ve Z)
unsigned etaSign() const override
get eta sign (1 for -ve Z, 0 for +ve Z)
bool isolated() const
which stream did this come from
int16_t bx() const
get bunch-crossing index
unsigned capBlock() const
which capture block did this come from