|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include "GaudiKernel/MsgStream.h"
40 MsgStream
msg(
msgSvc(),
"CaloRingsContainerCnv" );
51 MsgStream
msg(
msgSvc(),
"CaloRingsContainerCnv" );
55 static const pool::Guid tr_guid(
"DA20948A-A38A-11DE-BFE4-001CC0754D20");
56 static const pool::Guid p1_guid(
"E6E0435E-BFEC-11DE-B657-001CC0754D20");
60 std::unique_ptr<CaloRingsContainer_p1> persObj( poolReadObject<CaloRingsContainer_p1>() );
65 return poolReadObject<CaloRingsContainer>();
67 throw std::runtime_error(
"Unsupported persistent version of CaloRingsContainer");
virtual CaloRingsContainer_PERS * createPersistent(CaloRingsContainer *transCont)
Build the persistent representation from the transient one.
virtual CaloRingsContainer * 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.
MsgStream & msg() const
The standard message stream.
#define MSG_DEBUG(log, x)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.