The Gaudi Framework
v25r5
|
Description: NTuple directory converter class definition Definition of the converter to manage the directories in an database representing N-Tuples. More...
#include <src/RootDirectoryCnv.h>
Public Member Functions | |
RootDirectoryCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) | |
Initializing Constructor. More... | |
virtual | ~RootDirectoryCnv () |
Standard Destructor. More... | |
virtual StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) |
Converter overrides: Create transient object from persistent data. 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... | |
virtual | ~RootStatCnv () |
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... | |
![]() | |
virtual StatusCode | setDataProvider (IDataProviderSvc *svc) |
Set Data provider service. More... | |
virtual SmartIF < IDataProviderSvc > & | dataProvider () const |
Get Data provider service. More... | |
virtual StatusCode | setConversionSvc (IConversionSvc *svc) |
Set conversion service the converter is connected to. More... | |
virtual SmartIF< IConversionSvc > & | conversionSvc () const |
Get conversion service the converter is connected to. More... | |
virtual StatusCode | setAddressCreator (IAddressCreator *creator) |
Set address creator facility. More... | |
virtual SmartIF < IAddressCreator > & | addressCreator () const |
Retrieve address creator facility. More... | |
virtual const CLID & | objType () const |
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... | |
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... | |
![]() | |
virtual | ~extend_interfaces1 () |
Virtual destructor. More... | |
![]() | |
DeclareInterfaceID (IConverter, 3, 0) | |
InterfaceID. More... | |
virtual | ~IConverter () |
Virtual destructor. More... | |
![]() | |
virtual void * | i_cast (const InterfaceID &) const =0 |
main cast function More... | |
virtual std::vector< std::string > | getInterfaceNames () const =0 |
Returns a vector of strings containing the names of all the implemented interfaces. More... | |
virtual unsigned long | addRef ()=0 |
Increment the reference count of Interface instance. More... | |
virtual unsigned long | release ()=0 |
Release Interface instance. More... | |
virtual unsigned long | refCount () const =0 |
Current reference count. More... | |
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
Set the void** to the pointer to the requested interface of the instance. More... | |
virtual | ~IInterface () |
Virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
typedef Gaudi::PluginService::Factory < IConverter *, ISvcLocator * > | Factory |
![]() | |
typedef implements1 | base_class |
Typedef to this class. More... | |
typedef extend_interfaces1 < IConverter > | extend_interfaces_base |
Typedef to the base of this class. More... | |
typedef extend_interfaces_base::ext_iids | interfaces |
MPL set of all the implemented interfaces. More... | |
![]() | |
typedef IConverter::iid::iids::type | ext_iids |
MPL set of interfaces extended by this one. More... | |
![]() | |
enum | Status { INVALID_ADDRESS = IInterface::LAST_ERROR+1, INVALID_OBJECT, NO_MEMORY, BAD_STORAGE_TYPE, NO_SOURCE_OBJECT, ICONVERSIONSVC_LAST_ERROR } |
Status code. More... | |
![]() | |
enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
Return status. More... | |
typedef Gaudi::InterfaceId < IInterface, 0, 0 > | iid |
Interface ID. More... | |
typedef mpl::set1< iid > | ext_iids |
Extra interfaces. More... | |
![]() | |
static const InterfaceID & | interfaceID () |
Return an instance of InterfaceID identifying the interface. More... | |
![]() | |
MsgStream & | log () const |
Helper to use mesage logger. More... | |
virtual StatusCode | initialize () |
Initialize converter object. More... | |
virtual StatusCode | finalize () |
Finalize converter object. More... | |
virtual const std::string | containerName (IRegistry *pDir) const |
Retrieve the name of the container a given object is placed into. 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... | |
![]() | |
virtual | ~Converter () |
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... | |
![]() | |
IDataManagerSvc * | m_dataMgr |
Reference to data manager service to manipulate the TES. More... | |
MsgStream * | m_log |
Reference to logger object. More... | |
![]() | |
RootCnvSvc * | m_dbMgr |
Conversion service needed for proper operation to forward requests. More... | |
Description: NTuple directory converter class definition Definition of the converter to manage the directories in an database representing N-Tuples.
Definition at line 31 of file RootDirectoryCnv.h.
RootDirectoryCnv::RootDirectoryCnv | ( | long | typ, |
const CLID & | clid, | ||
ISvcLocator * | svc, | ||
RootCnvSvc * | mgr | ||
) |
Initializing Constructor.
typ | [IN] Concrete storage type of the converter |
clid | [IN] Class identifier of the object |
svc | [IN] Pointer to service locator object |
Definition at line 31 of file RootDirectoryCnv.cpp.
|
inlinevirtual |
|
virtual |
Converter overrides: Create transient object from persistent data.
pAddr | [IN] Pointer to object address. |
refpObj | [OUT] Location to pointer to store data object |
Reimplemented from Gaudi::RootConverter.
Reimplemented in Gaudi::RootDatabaseCnv.
Definition at line 40 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Convert the transient object to the requested representation.
pObj | [IN] Pointer to data object |
refpAddr | [OUT] Location to store pointer to object address. |
Reimplemented from Gaudi::RootConverter.
Definition at line 47 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Resolve the references of the transient object.
pAddr | [IN] Pointer to object address. |
pObj | [IN] Pointer to data object |
Reimplemented from Gaudi::RootConverter.
Definition at line 64 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Fill references of persistent object representation.
pObj | [IN] Pointer to data object |
refpAddr | [OUT] Location to store pointer to object address. |
Reimplemented from Gaudi::RootConverter.
Definition at line 196 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Update transient object from persistent data.
pAddr | [IN] Pointer to object address. |
pObj | [IN] Pointer to data object |
Reimplemented from Converter.
Definition at line 172 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Update the references of an updated transient object.
pAddr | [IN] Pointer to object address. |
pObj | [IN] Pointer to data object |
Reimplemented from Converter.
Definition at line 70 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Update persistent object representation.
pObj | [IN] Pointer to data object |
refpAddr | [OUT] Location to store pointer to object address. |
Reimplemented from Converter.
Definition at line 180 of file RootDirectoryCnv.cpp.
|
virtual |
Converter overrides: Update references of persistent object representation.
pObj | [IN] Pointer to data object |
refpAddr | [OUT] Location to store pointer to object address. |
Reimplemented from Converter.
Definition at line 188 of file RootDirectoryCnv.cpp.