|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include "GaudiKernel/MsgStream.h"
44 MsgStream
msg(
msgSvc(),
"TruthEtIsolationsContainerCnv" );
55 MsgStream
msg(
msgSvc(),
"TruthEtIsolationsContainerCnv" );
60 static const pool::Guid p1_guid(
"EB6EC9D5-4D99-4565-9E4A-65BE1C21B35D");
64 std::unique_ptr<TruthEtIsolationsContainer_p1> pers( poolReadObject<TruthEtIsolationsContainer_p1>() );
69 throw std::runtime_error(
"Unsupported persistent version of TruthEtIsolationsContainer");
virtual TruthEtIsolationsContainer_PERS * createPersistent(TruthEtIsolationsContainer *transCont)
Build the persistent representation from the transient 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.
Compatibility for old converter classes that don't get passed the key.
MsgStream & msg() const
The standard message stream.
virtual TruthEtIsolationsContainer * createTransient()
Build the transient representation from a persistent one.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
TruthEtIsolationsContainerCnv(ISvcLocator *svcloc)
Create the converter from the service locator.