|
ATLAS Offline Software
|
Go to the documentation of this file.
12 m_log(
new MsgStream(
msgSvc(),
"TrigMonEventCnv")),
40 static const pool::Guid p1_guid(
"AECD5837-E8DA-4FF3-8601-44B4C17355ED");
45 (*m_log) <<
MSG::DEBUG <<
"TrigMonEventCnv::reading p1 persistent object" <<
endmsg;
46 std::unique_ptr< TrigMonEvent_p1 > col_vect( this->poolReadObject< TrigMonEvent_p1 >());
50 throw std::runtime_error(
"Unsupported persistent version of TrigMonEvent");
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
TrigMonEventCnv_p1 * m_TPConverter
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual ~TrigMonEventCnv()
msgSvc
Provide convenience handles for various services.
Compatibility for old converter classes that don't get passed the key.
TrigMonEventCnv(ISvcLocator *svcloc)
TrigMonEvent * createTransient()
TrigMonEvent_PERS * createPersistent(TrigMonEvent *transObj)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.