44 MsgStream log(msgSvc(), name());
52 log << MSG::DEBUG <<
"======== executing event "<<
m_count <<
" ========" <<
endmsg;
58 log << MSG::FATAL <<
" Cannot read TBLArCalibDigitContainer from StoreGate! key=" <<
m_containerKey <<
endmsg;
59 return StatusCode::FAILURE;
62 log << MSG::VERBOSE <<
"Now loop over container " <<
endmsg;
66 log << MSG::VERBOSE <<
" Get hardware ID " <<
endmsg;
70 log << MSG::VERBOSE <<
" chid = " << chid <<
endmsg;
72 const std::vector<short>& vSamples=digit->samples();
73 int nSamples=vSamples.size();
75 log << MSG::VERBOSE <<
" nSamples = " << nSamples <<
endmsg;
81 for(
int i=0; i<nSamples; i++) {
84 m_outfile <<
" G=" << digit->gain() << std::endl;
89 log << MSG::VERBOSE <<
" cellCounter = " << cellCounter <<
endmsg;
93 log << MSG::DEBUG <<
"Event " <<
m_count <<
" contains " << cellCounter <<
" channels" <<
endmsg;
95 return StatusCode::SUCCESS;