14#include "GaudiKernel/MsgStream.h"
26 MsgStream
msg( msgSvc(),
"TileL2ContainerCnv" );
31 if (
msg.level()<=MSG::DEBUG)
32 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
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");
64 throw std::runtime_error(
"Unsupported persistent version of TileL2Container");
TileContainer< TileL2 > TileL2Container
TileL2Container_p2 TileL2Container_PERS
T_AthenaPoolTPCnvVector< TileL2Container, TileL2Container_p1, TileL2Cnv_p1 > TileL2ContainerCnv_p1
T_AthenaPoolTPCnvVector< TileL2Container, TileL2Container_p2, TileL2Cnv_p2 > TileL2ContainerCnv_p2
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual bool compareClassGuid(const Guid &clid) const
virtual TileL2Container * createTransient()
Build the transient representation from a persistent one.
virtual TileL2Container_PERS * createPersistent(TileL2Container *transCont)
Build the persistent representation from the transient one.