|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include "GaudiKernel/MsgStream.h"
25 MsgStream
msg(
msgSvc(),
"TileMuContainerCnv" );
37 MsgStream
msg(
msgSvc(),
"TileMuContainerCnv" );
41 static const pool::Guid tr_guid(
"FC0456E4-912B-425B-9AA2-4DDD0C6B2275");
42 static const pool::Guid p1_guid(
"DE8904EB-25FD-495A-8DD5-E31B05E397C6");
47 return poolReadObject<TileMuContainer>();
52 std::unique_ptr<TileMuContainer_p1> persObj( poolReadObject<TileMuContainer_p1>() );
56 throw std::runtime_error(
"Unsupported persistent version of TileMuContainer");
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.
virtual TileMuContainer * 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.
virtual TileMuContainer_PERS * createPersistent(TileMuContainer *transCont)
Build the persistent representation from the transient one.