|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include "GaudiKernel/MsgStream.h"
26 MsgStream
msg(
msgSvc(),
"TileL2ContainerCnv" );
38 MsgStream
msg(
msgSvc(),
"TileL2ContainerCnv" );
42 static const pool::Guid tr_guid(
"E9BB4497-FF43-4D70-8A64-B509081DAD88");
43 static const pool::Guid p1_guid(
"FE877FF9-475D-42D9-8DC3-CABD220BFD27");
44 static const pool::Guid p2_guid(
"3283BF32-0B18-408F-9B46-6A1B26B37D5C");
49 return poolReadObject<TileL2Container>();
54 std::unique_ptr<TileL2Container_p1> persObj( poolReadObject<TileL2Container_p1>() );
60 std::unique_ptr<TileL2Container_p2> persObj( poolReadObject<TileL2Container_p2>() );
64 throw std::runtime_error(
"Unsupported persistent version of TileL2Container");
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.
virtual TileL2Container * createTransient()
Build the transient representation from a persistent one.
MsgStream & msg() const
The standard message stream.
virtual TileL2Container_PERS * createPersistent(TileL2Container *transCont)
Build the persistent representation from the transient one.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.