|
ATLAS Offline Software
|
Go to the documentation of this file.
22 MsgStream
mlog(
msgSvc(),
"TrigVertexCountsCollectionConverter" );
36 MsgStream
mlog(
msgSvc(),
"TrigVertexCountsCollectionConverter" );
40 static const pool::Guid tlp1_guid(
"2A1D4A4E-D566-4C71-B051-D5D79A856753" );
41 static const pool::Guid p1_guid(
"232B47D0-65CA-4883-AC51-0D76EAEA3194" );
42 static const pool::Guid trans_guid(
"7A4412AD-C11D-4EFD-AE15-D343D2CB28BC" );
48 poolReadObject<TrigVertexCountsCollection_PERS>(*
m_TPConverter);
52 std::unique_ptr< TrigVertexCountsCollection_p1 > col_vect( poolReadObject< TrigVertexCountsCollection_p1 >() );
57 p_container = poolReadObject<TrigVertexCountsCollection>();
60 throw std::runtime_error(
"Unsupported persistent version of TrigVertexCountsCollection" );
virtual TrigVertexCountsCollection_PERS * createPersistent(TrigVertexCountsCollection *transObj)
~TrigVertexCountsCollectionCnv()
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
virtual TrigVertexCountsCollection * createTransient()
TRANS * createTransient(MsgStream &log)
Create transient representation of the persistent object known to this converter.
msgSvc
Provide convenience handles for various services.
Compatibility for old converter classes that don't get passed the key.
TrigVertexCountsCollectionCnv(ISvcLocator *svcloc)
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.
TrigVertexCountsCollectionCnv_tlp1 * m_TPConverter