|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include "GaudiKernel/MsgStream.h"
25 MsgStream
msg(
msgSvc(),
"TileTTL1ContainerCnv" );
37 MsgStream
msg(
msgSvc(),
"TileTTL1ContainerCnv" );
41 static const pool::Guid tr_guid(
"F06C00C1-896A-4773-9F9C-21893C1E0CE7");
42 static const pool::Guid p1_guid(
"213FA88B-52AE-4229-8886-62D7D54FA7A3");
47 return poolReadObject<TileTTL1Container>();
52 std::unique_ptr<TileTTL1Container_p1> persObj( poolReadObject<TileTTL1Container_p1>() );
56 throw std::runtime_error(
"Unsupported persistent version of TileTTL1Container");
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual TileTTL1Container_PERS * createPersistent(TileTTL1Container *transCont)
Build the persistent representation from the transient one.
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual TileTTL1Container * createTransient()
Build the transient representation from a persistent one.
msgSvc
Provide convenience handles for various services.
MsgStream & msg() const
The standard message stream.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.