14#include "GaudiKernel/MsgStream.h"
25 MsgStream
msg( msgSvc(),
"TileMuContainerCnv" );
30 if (
msg.level()<=MSG::DEBUG)
31 msg << MSG::DEBUG <<
"::createPersistent [Success]" <<
endmsg;
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");
56 throw std::runtime_error(
"Unsupported persistent version of TileMuContainer");
TileContainer< TileMu > TileMuContainer
TileMuContainer_p1 TileMuContainer_PERS
T_AthenaPoolTPCnvVector< TileMuContainer, TileMuContainer_p1, TileMuCnv_p1 > TileMuContainerCnv_p1
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 TileMuContainer * createTransient()
Build the transient representation from a persistent one.
virtual TileMuContainer_PERS * createPersistent(TileMuContainer *transCont)
Build the persistent representation from the transient one.