|
| RootDatabaseCnv (long typ, const CLID &, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
| ~RootDatabaseCnv () override=default |
| Standard destructor. More...
|
|
const std::string | containerName (IRegistry *) const override |
| Retrieve the name of the container a given object is placed into. More...
|
|
StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) override |
| Converter overrides: Create transient object from persistent data. More...
|
|
| RootDatabaseCnv (long typ, const CLID &, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
| ~RootDatabaseCnv () override=default |
| Standard destructor. More...
|
|
const std::string | containerName (IRegistry *) const override |
| Retrieve the name of the container a given object is placed into. More...
|
|
StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) override |
| Converter overrides: Create transient object from persistent data. More...
|
|
| RootDirectoryCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
virtual | ~RootDirectoryCnv () |
| Standard Destructor. More...
|
|
virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Resolve the references of the transient object. More...
|
|
virtual StatusCode | updateObj (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update transient object from persistent data. More...
|
|
virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update the references of an updated transient object. More...
|
|
virtual StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) |
| Converter overrides: Convert the transient object to the requested representation. More...
|
|
virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Fill references of persistent object representation. More...
|
|
virtual StatusCode | updateRep (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update persistent object representation. More...
|
|
virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update references of persistent object representation. More...
|
|
| RootDirectoryCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
virtual | ~RootDirectoryCnv () |
| Standard Destructor. More...
|
|
virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Resolve the references of the transient object. More...
|
|
virtual StatusCode | updateObj (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update transient object from persistent data. More...
|
|
virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update the references of an updated transient object. More...
|
|
virtual StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) |
| Converter overrides: Convert the transient object to the requested representation. More...
|
|
virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Fill references of persistent object representation. More...
|
|
virtual StatusCode | updateRep (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update persistent object representation. More...
|
|
virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| Converter overrides: Update references of persistent object representation. More...
|
|
| RootStatCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
| ~RootStatCnv () override=default |
| Standard Destructor. More...
|
|
| RootStatCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
| ~RootStatCnv () override=default |
| Standard Destructor. More...
|
|
| RootConverter (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
virtual | ~RootConverter () |
| Standard Destructor. More...
|
|
virtual long | repSvcType () const |
| Retrieve the class type of the data store the converter uses. More...
|
|
| RootConverter (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| Initializing Constructor. More...
|
|
virtual | ~RootConverter () |
| Standard Destructor. More...
|
|
virtual long | repSvcType () const |
| Retrieve the class type of the data store the converter uses. More...
|
|
StatusCode | initialize () override |
| Initialize the converter. More...
|
|
StatusCode | finalize () override |
| Initialize the converter. More...
|
|
StatusCode | setDataProvider (IDataProviderSvc *svc) override |
| Set Data provider service. More...
|
|
SmartIF< IDataProviderSvc > & | dataProvider () const override |
| Get Data provider service. More...
|
|
StatusCode | setConversionSvc (IConversionSvc *svc) override |
| Set conversion service the converter is connected to. More...
|
|
SmartIF< IConversionSvc > & | conversionSvc () const override |
| Get conversion service the converter is connected to. More...
|
|
StatusCode | setAddressCreator (IAddressCreator *creator) override |
| Set address creator facility. More...
|
|
SmartIF< IAddressCreator > & | addressCreator () const override |
| Retrieve address creator facility. More...
|
|
const CLID & | objType () const override |
| Retrieve the class type of objects the converter produces. More...
|
|
virtual long | i_repSvcType () const |
| Retrieve the class type of the data store the converter uses. More...
|
|
StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override |
| Create the transient representation of an object. More...
|
|
StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Resolve the references of the created transient object. More...
|
|
StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override |
| Update the transient object from the other representation. More...
|
|
StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Update the references of an updated transient object. More...
|
|
StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override |
| Convert the transient object to the requested representation. More...
|
|
StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Resolve the references of the converted object. More...
|
|
StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Update the converted representation of a transient object. More...
|
|
StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Update the references of an already converted object. More...
|
|
| Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) |
| Standard Constructor. More...
|
|
template<class T > |
StatusCode | service (const std::string &name, T *&psvc, bool createIf=false) const |
| Access a service by name, creating it if it doesn't already exist. More...
|
|
template<class T > |
StatusCode | service (const std::string &type, const std::string &name, T *&psvc) const |
| Access a service by name, type creating it if it doesn't already exist. More...
|
|
SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
| Return a pointer to the service identified by name (or "type/name") More...
|
|
StatusCode | initialize () override |
| Initialize the converter. More...
|
|
StatusCode | finalize () override |
| Initialize the converter. More...
|
|
StatusCode | setDataProvider (IDataProviderSvc *svc) override |
| Set Data provider service. More...
|
|
SmartIF< IDataProviderSvc > & | dataProvider () const override |
| Get Data provider service. More...
|
|
StatusCode | setConversionSvc (IConversionSvc *svc) override |
| Set conversion service the converter is connected to. More...
|
|
SmartIF< IConversionSvc > & | conversionSvc () const override |
| Get conversion service the converter is connected to. More...
|
|
StatusCode | setAddressCreator (IAddressCreator *creator) override |
| Set address creator facility. More...
|
|
SmartIF< IAddressCreator > & | addressCreator () const override |
| Retrieve address creator facility. More...
|
|
const CLID & | objType () const override |
| Retrieve the class type of objects the converter produces. More...
|
|
virtual long | i_repSvcType () const |
| Retrieve the class type of the data store the converter uses. More...
|
|
StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override |
| Create the transient representation of an object. More...
|
|
StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Resolve the references of the created transient object. More...
|
|
StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override |
| Update the transient object from the other representation. More...
|
|
StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Update the references of an updated transient object. More...
|
|
StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override |
| Convert the transient object to the requested representation. More...
|
|
StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Resolve the references of the converted object. More...
|
|
StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Update the converted representation of a transient object. More...
|
|
StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| Update the references of an already converted object. More...
|
|
| Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) |
| Standard Constructor. More...
|
|
template<class T > |
StatusCode | service (const std::string &name, T *&psvc, bool createIf=false) const |
| Access a service by name, creating it if it doesn't already exist. More...
|
|
template<class T > |
StatusCode | service (const std::string &type, const std::string &name, T *&psvc) const |
| Access a service by name, type creating it if it doesn't already exist. More...
|
|
SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
| Return a pointer to the service identified by name (or "type/name") More...
|
|
void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More...
|
|
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More...
|
|
std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More...
|
|
| implements ()=default |
| Default constructor. More...
|
|
| implements (const implements &) |
| Copy constructor (zero the reference count) More...
|
|
implements & | operator= (const implements &) |
| Assignment operator (do not touch the reference count). More...
|
|
| ~implements () override=default |
| Virtual destructor. More...
|
|
unsigned long | addRef () override |
| Reference Interface instance. More...
|
|
unsigned long | release () override |
| Release Interface instance. More...
|
|
unsigned long | refCount () const override |
| Current reference count. More...
|
|
void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More...
|
|
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More...
|
|
std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More...
|
|
| implements ()=default |
| Default constructor. More...
|
|
| implements (const implements &) |
| Copy constructor (zero the reference count) More...
|
|
implements & | operator= (const implements &) |
| Assignment operator (do not touch the reference count). More...
|
|
| ~implements () override=default |
| Virtual destructor. More...
|
|
unsigned long | addRef () override |
| Reference Interface instance. More...
|
|
unsigned long | release () override |
| Release Interface instance. More...
|
|
unsigned long | refCount () const override |
| Current reference count. More...
|
|
| ~extend_interfaces () override=default |
| Virtual destructor. More...
|
|
| ~extend_interfaces () override=default |
| Virtual destructor. More...
|
|
|
typedef Gaudi::PluginService::Factory< IConverter *, ISvcLocator * > | Factory |
|
typedef Gaudi::PluginService::Factory< IConverter *, ISvcLocator * > | Factory |
|
using | base_class = implements< Interfaces...> |
| Typedef to this class. More...
|
|
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More...
|
|
using | iids = typename extend_interfaces_base::ext_iids |
|
using | base_class = implements< Interfaces...> |
| Typedef to this class. More...
|
|
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More...
|
|
using | iids = typename extend_interfaces_base::ext_iids |
|
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More...
|
|
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More...
|
|
MsgStream & | log () const |
| Helper to use mesage logger. More...
|
|
StatusCode | initialize () override |
| Initialize converter object. More...
|
|
StatusCode | finalize () override |
| Finalize converter object. More...
|
|
virtual const std::string | fileName (IRegistry *pReg) const |
| Retrieve the name of the file a given object is placed into. More...
|
|
virtual const std::string | topLevel (IRegistry *pReg) const |
| Retrieve the full path of the file a given object is placed into. More...
|
|
StatusCode | makeError (const std::string &msg, bool throw_exception=false) const |
| Helper method to issue error messages. More...
|
|
StatusCode | saveDescription (const std::string &path, const std::string &ident, const std::string &desc, const std::string &opt, const CLID &clid) |
| Save statistics object description. More...
|
|
MsgStream & | log () const |
| Helper to use mesage logger. More...
|
|
StatusCode | initialize () override |
| Initialize converter object. More...
|
|
StatusCode | finalize () override |
| Finalize converter object. More...
|
|
virtual const std::string | fileName (IRegistry *pReg) const |
| Retrieve the name of the file a given object is placed into. More...
|
|
virtual const std::string | topLevel (IRegistry *pReg) const |
| Retrieve the full path of the file a given object is placed into. More...
|
|
StatusCode | makeError (const std::string &msg, bool throw_exception=false) const |
| Helper method to issue error messages. More...
|
|
StatusCode | saveDescription (const std::string &path, const std::string &ident, const std::string &desc, const std::string &opt, const CLID &clid) |
| Save statistics object description. More...
|
|
| ~Converter () override=default |
| Standard Destructor. More...
|
|
SmartIF< ISvcLocator > & | serviceLocator () const |
| Retrieve pointer to service locator. More...
|
|
SmartIF< IMessageSvc > & | msgSvc () const |
| Retrieve pointer to message service. More...
|
|
SmartIF< IMessageSvc > & | messageService () const |
|
SmartIF< IDataManagerSvc > & | dataManager () const |
| Get Data Manager service. More...
|
|
| ~Converter () override=default |
| Standard Destructor. More...
|
|
SmartIF< ISvcLocator > & | serviceLocator () const |
| Retrieve pointer to service locator. More...
|
|
SmartIF< IMessageSvc > & | msgSvc () const |
| Retrieve pointer to message service. More...
|
|
SmartIF< IMessageSvc > & | messageService () const |
|
SmartIF< IDataManagerSvc > & | dataManager () const |
| Get Data Manager service. More...
|
|
SmartIF< IDataManagerSvc > | m_dataMgr |
| Reference to data manager service to manipulate the TES. More...
|
|
std::unique_ptr< MsgStream > | m_log |
| Reference to logger object. More...
|
|
RootCnvSvc * | m_dbMgr |
| Conversion service needed for proper operation to forward requests. More...
|
|
unsigned long | m_refCount = 0 |
| Reference counter. More...
|
|