Go to the source code of this file.
ostream& operator<< |
( |
ostream & |
s, |
|
|
const L1GctJetCand & |
cand |
|
) |
| |
Definition at line 81 of file L1GctJetCand.cc.
References L1GctJetCand::bx(), L1GctJetCand::capBlock(), L1GctJetCand::capIndex(), TauDecayModes::dec, L1GctJetCand::empty(), L1GctJetCand::etaIndex(), L1GctJetCand::etaSign(), L1GctJetCand::isForward(), L1GctJetCand::isTau(), L1GctJetCand::phiIndex(), L1GctJetCand::rank(), and alignCSCRings::s.
83 s <<
"L1GctJetCand empty jet";
85 s <<
"L1GctJetCand : ";
86 s <<
"rank=" << cand.
rank();
89 if (cand.
isTau()) {
s <<
"tau"; }
91 else {
s <<
"central"; }
93 s << hex <<
" cap block=" << cand.
capBlock() <<
dec <<
", index=" << cand.
capIndex() <<
", BX=" << cand.
bx();
bool isTau() const
check if this is a tau
unsigned capBlock() const
which capture block did this come from
int16_t bx() const
get bunch-crossing index
bool empty() const override
was an object really found?
unsigned phiIndex() const override
get phi index (0-17)
unsigned rank() const override
get rank bits
bool isForward() const
check if this is a forward jet
unsigned etaIndex() const override
get eta index (bit 3 is sign, 1 for -ve Z, 0 for +ve Z)
unsigned capIndex() const
what index within capture block
unsigned etaSign() const override
get eta sign bit (1 for -ve Z, 0 for +ve Z)