7#include "GaudiKernel/MsgStream.h"
27 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
"Converting MuCTPI_RDO from persistent state..." <<
endmsg;
32 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
"Converting MuCTPI_RDO from persistent state [OK]" <<
endmsg;
45 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
"Creating persistent state of MuCTPI_RDO..." <<
endmsg;
50 if (log.level() <= MSG::DEBUG) log << MSG::DEBUG <<
"Creating persistent state of MuCTPI_RDO [OK]" <<
endmsg;
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
MuCTPI_RDOCnv_p1()
Default constructor.
virtual void persToTrans(const MuCTPI_RDO_p1 *persObj, MuCTPI_RDO *transObj, MsgStream &log)
Function transferring the information from a persistent MuCTPI_RDO_p1 object to a transient MuCTPI_RD...
virtual void transToPers(const MuCTPI_RDO *transObj, MuCTPI_RDO_p1 *persObj, MsgStream &log)
Function transferring the information from a transient MuCTPI_RDO object to a persistent MuCTPI_RDO_p...
Persistent representation of MuCTPI_RDO.
std::vector< uint32_t > m_candidateMultiplicity
std::vector< uint32_t > m_dataWord
Class representing the readout data of the MuCTPI hardware and simulation.
const std::vector< uint32_t > & getAllCandidateMultiplicities() const
Function returning all candidate multiplicities.
const std::vector< uint32_t > & dataWord() const
Function returning the muon candidate data words.