29 stream <<
"MuonCalibRawRpcTriggerHit with" << std::endl;
30 stream <<
" sector " <<
sector() << std::endl;
31 stream <<
" padId " <<
padId() << std::endl;
32 stream <<
" status " <<
status() << std::endl;
33 stream <<
" errorCode " <<
errorCode() << std::endl;
34 stream <<
" cmaId " <<
cmaId() << std::endl;
35 stream <<
" fel1Id " <<
fel1Id() << std::endl;
36 stream <<
" febcId " <<
febcId() << std::endl;
37 stream <<
" crc " <<
crc() << std::endl;
38 stream <<
" bcId " <<
bcId() << std::endl;
39 stream <<
" time " <<
time() << std::endl;
40 stream <<
" ijk " <<
ijk() << std::endl;
41 stream <<
" channel " <<
channel() << std::endl;
42 stream <<
" overlap " <<
overlap() << std::endl;
43 stream <<
" threshold " <<
threshold() << std::endl;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibRawRpcTriggerHit &hit)
Calib-EDM version of RpcRawData class.
std::ostream & dump(std::ostream &stream) const
dump to be used for operator<<() to dump the MuonCalibRawRpcTriggerHit
MuonCalibRawRpcTriggerHit()=default
default constructor
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.