|
| | RootStatCnv (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| | Initializing Constructor.
|
| |
| virtual | ~RootStatCnv () |
| | Standard Destructor.
|
| |
| | RootConverter (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| | Initializing Constructor.
|
| |
| virtual | ~RootConverter () |
| | Standard Destructor.
|
| |
| virtual long | repSvcType () const |
| | Retrieve the class type of the data store the converter uses.
|
| |
| virtual StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) |
| | Converter overrides: Create transient object from persistent data.
|
| |
| virtual StatusCode | fillObjRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| | Resolve the references of the created transient object.
|
| |
| virtual StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) |
| | Converter overrides: Convert the transient object to the requested representation.
|
| |
| virtual StatusCode | fillRepRefs (IOpaqueAddress *pAddr, DataObject *pObj) |
| | Resolve the references of the created transient object.
|
| |
| virtual StatusCode | setDataProvider (IDataProviderSvc *svc) |
| | Set Data provider service.
|
| |
virtual SmartIF
< IDataProviderSvc > & | dataProvider () const |
| | Get Data provider service.
|
| |
| virtual StatusCode | setConversionSvc (IConversionSvc *svc) |
| | Set conversion service the converter is connected to.
|
| |
| virtual SmartIF< IConversionSvc > & | conversionSvc () const |
| | Get conversion service the converter is connected to.
|
| |
| virtual StatusCode | setAddressCreator (IAddressCreator *creator) |
| | Set address creator facility.
|
| |
virtual SmartIF
< IAddressCreator > & | addressCreator () const |
| | Retrieve address creator facility.
|
| |
| virtual const CLID & | objType () const |
| | Retrieve the class type of objects the converter produces.
|
| |
| virtual long | i_repSvcType () const |
| | Retrieve the class type of the data store the converter uses.
|
| |
| virtual StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) |
| | Update the transient object from the other representation.
|
| |
| virtual StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| | Update the references of an updated transient object.
|
| |
| virtual StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) |
| | Update the converted representation of a transient object.
|
| |
| virtual StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) |
| | Update the references of an already converted object.
|
| |
| | Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) |
| | Standard Constructor.
|
| |
| 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.
|
| |
| 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.
|
| |
| SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
| | Return a pointer to the service identified by name (or "type/name")
|
| |
|
| MsgStream & | log () const |
| | Helper to use mesage logger.
|
| |
| virtual StatusCode | initialize () |
| | Initialize converter object.
|
| |
| virtual StatusCode | finalize () |
| | Finalize converter object.
|
| |
| virtual const std::string | containerName (IRegistry *pDir) const |
| | Retrieve the name of the container a given object is placed into.
|
| |
| virtual const std::string | fileName (IRegistry *pReg) const |
| | Retrieve the name of the file a given object is placed into.
|
| |
| virtual const std::string | topLevel (IRegistry *pReg) const |
| | Retrieve the full path of the file a given object is placed into.
|
| |
| StatusCode | makeError (const std::string &msg, bool throw_exception=false) const |
| | Helper method to issue error messages.
|
| |
| 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.
|
| |
Description: Base class converter for N-tuples and related classes.
- Author
- M.Frank
- Version
- 1.0
Definition at line 31 of file RootStatCnv.h.