|
ATLAS Offline Software
|
Go to the documentation of this file.
9 MsgStream
mlog(
msgSvc(),
"RingerRingsContainerConverter");
15 return p_RingerRingsCont;
22 MsgStream
mlog(
msgSvc(),
"RingerRingsContainerConverter");
26 static const pool::Guid p2_guid(
"30D29B68-6D41-429E-AC16-930ACF71280D");
27 static const pool::Guid tlp1_guid(
"B5587828-50D8-4DAA-97F3-5E41A7F3E3FE");
30 std::unique_ptr< RingerRingsContainer_p2 > col_vect( poolReadObject< RingerRingsContainer_p2 >() );
34 std::unique_ptr< RingerRingsContainer_tlp1 > col_vect( poolReadObject< RingerRingsContainer_tlp1 >() );
37 }
else {
throw std::runtime_error(
"Unsupported persistent version of RingerRingsContainer"); }
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.
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
msgSvc
Provide convenience handles for various services.
RingerRingsContainerCnv_tlp1 m_converter_tlp1
virtual RingerRingsContainer_PERS * createPersistent(RingerRingsContainer *transObj)
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
virtual RingerRingsContainer * createTransient()
RingerRingsContainerCnv_p2 m_converter