47 output <<
"channelID: " << std::hex <<
r.m_channelId.id() << std::dec <<
", " <<
"errorCode: " <<
r.m_errorCode<<
", " <<
"refValue: " <<
r.m_refValue <<
", " <<
"criterion: " <<
r.m_criterion<<
", " <<
"calibValue: " <<
r.m_calibValue ;
std::ostream & operator<<(std::ostream &output, const L1CaloPpmFineTimeRefs &r)
FineTimeErrorCode class for L1Calo error codes.
Encapsulates the ID of one channel of conditions data in COOL, ie the ID of a row in a table.
L1CaloCoolChannelId channelId(void) const
FineTimeErrorCode errorCode(void) const
double criterion(void) const
L1CaloCoolChannelId m_channelId
double calibValue(void) const
double refValue(void) const
FineTimeErrorCode m_errorCode