|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include "GaudiKernel/MsgStream.h"
20 m_msg=
new MsgStream(
msgSvc(),
"RecoTimingObjCnv" );
33 m_msg=
new MsgStream(
msgSvc(),
"RecoTimingObjCnv" );
37 static const pool::Guid p1_guid(
"4A28542C-DD7F-441A-9866-37A74ED49850");
41 std::unique_ptr<RecoTimingObj_p1> persObj( poolReadObject<RecoTimingObj_p1>() );
45 throw std::runtime_error(
"Unsupported persistent version of RecoTimingObj");
virtual RecoTimingObj * createTransient()
Build the transient representation from a persistent one.
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
msgSvc
Provide convenience handles for various services.
virtual RecoTimingObj_PERS * createPersistent(RecoTimingObj *transCont)
Build the persistent representation from the transient one.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.