|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #include "GaudiKernel/MsgStream.h"
25 const std::string&
key)
42 static const pool::Guid p1_guid(
"B157B642-94C0-11E3-B1C2-02163E00A511" );
47 std::unique_ptr< ElementTable_PERS > p_coll( poolReadObject< ElementTable_PERS >() );
virtual TRANS * createTransient(const PERS *persObj, MsgStream &log)
Create transient representation of a persistent object.
ElementTableCnv(ISvcLocator *svcloc)
virtual PERS * createPersistent(const TRANS *transObj, MsgStream &log)
Create persistent representation of a transient object.
This templated class extends T_AthenaPoolCustCnv to provide management of the persistent objects crea...
msgSvc
Provide convenience handles for various services.
ElementTableCnv_p1 m_TPConverter
IMessageSvc * m_msgSvc
MsgStream svc.
virtual Trk::ElementTable * createTransientWithKey(const std::string &key) override
method to be implemented by the developer.
virtual bool compareClassGuid(const Guid &clid) const
Compare POOL class GUID with the one of the object being read.
virtual ElementTable_PERS * createPersistentWithKey(Trk::ElementTable *transCont, const std::string &key) override