#include <boost/cstdint.hpp>
#include <iosfwd>
Go to the source code of this file.
Definition at line 83 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().
86 <<
": Valid = " << digi.
isValid()
89 <<
" cscID = " << digi.
getCSCID() <<
"\n"
90 <<
" cathode info: Strip = " << digi.
getStrip()
92 <<
" Bend = " << ((digi.
getBend() == 0) ?
'L' :
'R') <<
"\n"
93 <<
" anode info: Key wire = " << digi.
getKeyWG()
94 <<
" BX = " << digi.
getBX()
95 <<
" bx0 = " << digi.
getBX0()