31 MsgStream log(msgSvc());
36 log << MSG::FATAL <<
"Could not initialize MVFVxContainerCnvBase" <<
endmsg;
44 log << MSG::INFO <<
"MVFVxContainerCnv::initialize()" <<
endmsg;
45 return StatusCode::SUCCESS;
51 MsgStream log(msgSvc(),
"MVFVxContainerCnv" );
52 log << MSG::ERROR <<
"createPersistent() is obsolete" <<
endmsg;
59 MsgStream log(msgSvc());
60 static const pool::Guid p1_guid(
"D7BAA7AD-1A46-4DA3-9CA7-350A1A3F0656" );
61 static const pool::Guid p0_guid(
"6C6999B7-F961-4B72-B6D9-DF71CB2364CC" );
78 throw std::runtime_error(
"Unsupported persistent version of MVFVxContainer (unknown GUID)" );
86 static const pool::Guid p1_guid(
"D7BAA7AD-1A46-4DA3-9CA7-350A1A3F0656" );
97 throw std::runtime_error(
"Unsupported version of MVFVxContainer (unknown GUID)" );
T_AthenaPoolExtendingCnv< MVFVxContainer, MVFVxContainer_PERS > MVFVxContainerCnvBase
Trk::MVFVxContainer_tlp1 MVFVxContainer_PERS
MVFVxContainerCnv(ISvcLocator *svcloc)
virtual MVFVxContainer * createTransient() override
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
virtual MVFVxContainer_PERS * createPersistent(MVFVxContainer *transCont) override
no-op
virtual void readObjectFromPool(const std::string &token) override
Read the persistent object from POOL.
MVFVxContainerCnv_tlp1 m_TPConverter
virtual bool compareClassGuid(const Guid &clid) const
virtual StatusCode initialize()
virtual void setToken(const std::string &token) override