27 stream <<
"EMCAL Reconstruction parameters:"
28 <<
"\n============================================="
29 <<
"\nTime offset (ns): " << mCellTimeShiftNanoSec
30 <<
"\nNoise threshold HGLG suppression: " << mNoiseThresholdLGnoHG
31 <<
"\nPhase in BC mod 4 correction: " << mPhaseBCmod4
32 <<
"\nMax number of ALTRO samples: " << mMaxBunchLength;
#define O2ParamImpl(classname)
EMCal reconstruction parameters.
void PrintStream(std::ostream &stream) const
Print current reconstruction parameters to stream.
std::ostream & operator<<(std::ostream &stream, const Cell &cell)
Stream operator for EMCAL cell.