|
ATLAS Offline Software
|
Go to the documentation of this file.
28 MsgStream
mlog(
msgSvc(),
"TrigOperationalInfoCollectionConverter" );
38 MsgStream
mlog(
msgSvc(),
"TrigOperationalInfoCollectionConverter" );
40 static const pool::Guid tlp1_guid(
"7D5A0227-E28B-4228-83C5-22F8BBB90BBF");
41 static const pool::Guid p1_guid(
"B6C95F89-C1B9-4B9D-A533-F6F4B57BD277");
47 std::unique_ptr< TrigOperationalInfoCollection_tlp1 > col_vect( this->poolReadObject< TrigOperationalInfoCollection_tlp1 >() );
53 std::unique_ptr< TrigOperationalInfoCollection_p1 > col_vect( this->poolReadObject< TrigOperationalInfoCollection_p1 >() );
59 throw std::runtime_error(
"Unsupported persistent version of TrigOperationalInfoCollection");
TrigOperationalInfoCollectionCnv(ISvcLocator *svcloc)
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
TrigOperationalInfoCollection_PERS * createPersistent(TrigOperationalInfoCollection *transObj)
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
msgSvc
Provide convenience handles for various services.
TrigOperationalInfoCollectionCnv_tlp1 m_TPConverter_tlp1
Compatibility for old converter classes that don't get passed the key.
~TrigOperationalInfoCollectionCnv()
TrigOperationalInfoCollectionCnv_p1 m_TPConverter
TrigOperationalInfoCollectionCnv_impl * m_impl
virtual TL_PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of transObj.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
TrigOperationalInfoCollection * createTransient()