15#include "GaudiKernel/MsgStream.h"
44 MsgStream
msg( msgSvc(),
"TruthEtIsolationsContainerCnv" );
49 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
55 MsgStream
msg( msgSvc(),
"TruthEtIsolationsContainerCnv" );
60 static const pool::Guid p1_guid(
"EB6EC9D5-4D99-4565-9E4A-65BE1C21B35D");
69 throw std::runtime_error(
"Unsupported persistent version of TruthEtIsolationsContainer");
TruthEtIsolationsContainer_p1 TruthEtIsolationsContainer_PERS
T_AthenaPoolTPCnvVector< TruthEtIsolationsContainer, TruthEtIsolationsContainer_p1, TruthEtIsolationsCnv_p1 > TruthEtIsolationsContainerCnv_p1
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
Compatibility for old converter classes that don't get passed the key.
virtual TruthEtIsolationsContainer * createTransient()
Build the transient representation from a persistent one.
TruthEtIsolationsContainerCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
virtual TruthEtIsolationsContainer_PERS * createPersistent(TruthEtIsolationsContainer *transCont)
Build the persistent representation from the transient one.