#include <boost/cstdint.hpp>
#include <iosfwd>
Go to the source code of this file.
Definition at line 85 of file CSCCorrelatedLCTDigi.cc.
References CSCCorrelatedLCTDigi::getBend(), CSCCorrelatedLCTDigi::getBX(), CSCCorrelatedLCTDigi::getBX0(), CSCCorrelatedLCTDigi::getCSCID(), CSCCorrelatedLCTDigi::getKeyWG(), CSCCorrelatedLCTDigi::getMPCLink(), CSCCorrelatedLCTDigi::getPattern(), CSCCorrelatedLCTDigi::getQuality(), CSCCorrelatedLCTDigi::getStrip(), CSCCorrelatedLCTDigi::getSyncErr(), CSCCorrelatedLCTDigi::getTrknmb(), and CSCCorrelatedLCTDigi::isValid().
88 <<
": Valid = " << digi.
isValid()
91 <<
" cscID = " << digi.
getCSCID() <<
"\n"
92 <<
" cathode info: Strip = " << digi.
getStrip()
94 <<
" Bend = " << ((digi.
getBend() == 0) ?
'L' :
'R') <<
"\n"
95 <<
" anode info: Key wire = " << digi.
getKeyWG()
96 <<
" BX = " << digi.
getBX()
97 <<
" bx0 = " << digi.
getBX0()