12 MsgStream mlog(msgSvc(),
"TrigHisto1DConverter" );
13 mlog << MSG::DEBUG <<
"TrigHisto1DCnv::createPersistent" <<
endmsg;
22 MsgStream mlog(msgSvc(),
"TrigHisto1DConverter" );
23 mlog << MSG::DEBUG <<
"TrigHisto1DCnv::createTransient " <<
endmsg;
25 static const pool::Guid p1_guid(
"C304621E-2266-4863-9B47-7C3450B00399");
30 mlog << MSG::DEBUG <<
"TrigHisto1DCnv::reading p1 persistent object" <<
endmsg;
36 throw std::runtime_error(
"Unsupported persistent version of Data container");
T_AthenaPoolCustomCnv< TrigHisto1D, TrigHisto1D_PERS > TrigHisto1DCnvBase
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual bool compareClassGuid(const Guid &clid) const
TrigHisto1D * createTransient()
TrigHisto1DCnv(ISvcLocator *svcloc)
TrigHisto1D_PERS * createPersistent(TrigHisto1D *transObj)
The persistent partner of TrigHisto1D class.
A very basic one dimensional histogram to provide storage of HLT distributions, allowing constraints ...