|  | 
|  | DeclareInterfaceID (INTupleSvc, 2, 0) | 
|  | InterfaceID.  More... 
 | 
|  | 
| virtual StatusCode | create (const CLID &typ, const std::string &title, NTuple::Tuple *&refpTuple)=0 | 
|  | Create requested N tuple (Hide constructor)  More... 
 | 
|  | 
| virtual NTuple::Tuple * | book (const std::string &fullPath, const CLID &type, const std::string &title)=0 | 
|  | Book Ntuple and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Tuple * | book (const std::string &dirPath, const std::string &relPath, const CLID &type, const std::string &title)=0 | 
|  | Book Ntuple and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Tuple * | book (const std::string &dirPath, long id, const CLID &type, const std::string &title)=0 | 
|  | Book Ntuple and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Tuple * | book (DataObject *pParent, const std::string &relPath, const CLID &type, const std::string &title)=0 | 
|  | Book Ntuple and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Tuple * | book (DataObject *pParent, long id, const CLID &type, const std::string &title)=0 | 
|  | Book Ntuple and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Directory * | createDirectory (DataObject *pParent, const std::string &title)=0 | 
|  | Create Ntuple directory and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Directory * | createDirectory (DataObject *pParent, long id)=0 | 
|  | Create Ntuple directory and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Directory * | createDirectory (const std::string &dirPath, long id)=0 | 
|  | Create Ntuple directory and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Directory * | createDirectory (const std::string &dirPath, const std::string &title)=0 | 
|  | Create Ntuple directory and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Directory * | createDirectory (const std::string &fullPath)=0 | 
|  | Create Ntuple directory and register it with the data store.  More... 
 | 
|  | 
| virtual NTuple::Tuple * | access (const std::string &fullPath, const std::string &filename)=0 | 
|  | Access N tuple on disk.  More... 
 | 
|  | 
| virtual StatusCode | save (const std::string &fullPath)=0 | 
|  | Save N tuple to disk.  More... 
 | 
|  | 
| virtual StatusCode | save (NTuple::Tuple *tuple)=0 | 
|  | Save N tuple to disk.  More... 
 | 
|  | 
| virtual StatusCode | save (DataObject *pParent, const std::string &relPath)=0 | 
|  | Save N tuple to disk.  More... 
 | 
|  | 
| virtual StatusCode | writeRecord (NTuple::Tuple *tuple)=0 | 
|  | Write single record to N tuple.  More... 
 | 
|  | 
| virtual StatusCode | writeRecord (const std::string &fullPath)=0 | 
|  | Write single record to N tuple.  More... 
 | 
|  | 
| virtual StatusCode | writeRecord (DataObject *pParent, const std::string &relPath)=0 | 
|  | Write single record to N tuple.  More... 
 | 
|  | 
| virtual StatusCode | readRecord (NTuple::Tuple *tuple)=0 | 
|  | Read single record from N tuple.  More... 
 | 
|  | 
| virtual StatusCode | readRecord (const std::string &fullPath)=0 | 
|  | Read single record from N tuple.  More... 
 | 
|  | 
| virtual StatusCode | readRecord (DataObject *pParent, const std::string &relPath)=0 | 
|  | Read single record from N tuple.  More... 
 | 
|  | 
|  | DeclareInterfaceID (IDataProviderSvc, 4, 0) | 
|  | InterfaceID.  More... 
 | 
|  | 
| StatusCode | registerObject (std::string_view fullPath, DataObject *pObject) | 
|  | Register object with the data store.  More... 
 | 
|  | 
| virtual StatusCode | registerObject (std::string_view parentPath, std::string_view objectPath, DataObject *pObject)=0 | 
|  | Register object with the data store.  More... 
 | 
|  | 
| StatusCode | registerObject (std::string_view parentPath, int item, DataObject *pObject) | 
|  | Register object with the data store.  More... 
 | 
|  | 
| virtual StatusCode | registerObject (DataObject *parentObj, std::string_view objectPath, DataObject *pObject)=0 | 
|  | Register object with the data store.  More... 
 | 
|  | 
| StatusCode | registerObject (DataObject *parentObj, int item, DataObject *pObject) | 
|  | Register object with the data store.  More... 
 | 
|  | 
| virtual StatusCode | unregisterObject (std::string_view fullPath)=0 | 
|  | Unregister object from the data store.  More... 
 | 
|  | 
| StatusCode | unregisterObject (std::string_view parentPath, std::string_view objPath) | 
|  | Unregister object from the data store.  More... 
 | 
|  | 
| StatusCode | unregisterObject (std::string_view parentPath, int item) | 
|  | Unregister object from the data store.  More... 
 | 
|  | 
| virtual StatusCode | unregisterObject (DataObject *pObject)=0 | 
|  | Unregister object from the data store.  More... 
 | 
|  | 
| virtual StatusCode | unregisterObject (DataObject *pParent, std::string_view objPath)=0 | 
|  | Unregister object from the data store.  More... 
 | 
|  | 
| StatusCode | unregisterObject (DataObject *pParent, int item) | 
|  | Unregister object from the data store.  More... 
 | 
|  | 
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, std::string_view path, DataObject *&pObject)=0 | 
|  | Retrieve object identified by its directory entry.  More... 
 | 
|  | 
| StatusCode | retrieveObject (std::string_view fullPath, DataObject *&pObject) | 
|  | Retrieve object identified by its full path from the data store.  More... 
 | 
|  | 
| StatusCode | retrieveObject (std::string_view parentPath, std::string_view objectPath, DataObject *&pObject) | 
|  | Retrieve object from data store.  More... 
 | 
|  | 
| StatusCode | retrieveObject (std::string_view parentPath, int item, DataObject *&pObject) | 
|  | Retrieve object from data store.  More... 
 | 
|  | 
| StatusCode | retrieveObject (DataObject *parentObj, std::string_view objectPath, DataObject *&pObject) | 
|  | Retrieve object from data store.  More... 
 | 
|  | 
| StatusCode | retrieveObject (DataObject *parentObj, int item, DataObject *&pObject) | 
|  | Retrieve object from data store.  More... 
 | 
|  | 
| virtual StatusCode | findObject (IRegistry *pDirectory, std::string_view path, DataObject *&pObject)=0 | 
|  | Find object identified by its directory entry.  More... 
 | 
|  | 
| virtual StatusCode | findObject (std::string_view fullPath, DataObject *&pObject)=0 | 
|  | Find object identified by its full path in the data store.  More... 
 | 
|  | 
| StatusCode | findObject (std::string_view parentPath, std::string_view objectPath, DataObject *&pObject) | 
|  | Find object identified by its parent object and the path to the object relative to the parent.  More... 
 | 
|  | 
| StatusCode | findObject (std::string_view parentPath, int item, DataObject *&pObject) | 
|  | Find object identified by its parent object and an integer identifier in the data store.  More... 
 | 
|  | 
| StatusCode | findObject (DataObject *parentObj, std::string_view objectPath, DataObject *&pObject) | 
|  | Find object identified by its parent object and the path to the object relative to the parent.  More... 
 | 
|  | 
| StatusCode | findObject (DataObject *parentObj, int item, DataObject *&pObject) | 
|  | Find object identified by its parent object and an integer identifier in the data store.  More... 
 | 
|  | 
| virtual StatusCode | updateObject (IRegistry *pDirectory)=0 | 
|  | Update object identified by its directory entry.  More... 
 | 
|  | 
| StatusCode | updateObject (std::string_view fullPath) | 
|  | Update object identified by its full path in the data store.  More... 
 | 
|  | 
| virtual StatusCode | updateObject (DataObject *toUpdate)=0 | 
|  | Update object identified by its pointer.  More... 
 | 
|  | 
| StatusCode | updateObject (std::string_view parentPath, std::string_view updatePath) | 
|  | Update object identified by its parent's path and the path relative to the parent.  More... 
 | 
|  | 
| StatusCode | updateObject (DataObject *pParent, std::string_view updatePath) | 
|  | Update object identified by its parent's pointer and the path relative to the parent.  More... 
 | 
|  | 
| virtual StatusCode | addPreLoadItem (const DataStoreItem &item)=0 | 
|  | Add an item to the preload list.  More... 
 | 
|  | 
| StatusCode | addPreLoadItem (std::string itemPath) | 
|  | Add an item to the preload list.  More... 
 | 
|  | 
| virtual StatusCode | removePreLoadItem (const DataStoreItem &item)=0 | 
|  | Remove an item from the preload list.  More... 
 | 
|  | 
| StatusCode | removePreLoadItem (std::string itemPath) | 
|  | Remove an item from the preload list.  More... 
 | 
|  | 
| virtual StatusCode | resetPreLoad ()=0 | 
|  | Clear the preload list.  More... 
 | 
|  | 
| virtual StatusCode | preLoad ()=0 | 
|  | Load all preload items of the list.  More... 
 | 
|  | 
| virtual StatusCode | linkObject (IRegistry *from, std::string_view objPath, DataObject *toObj)=0 | 
|  | Add a link to another object.  More... 
 | 
|  | 
| StatusCode | linkObject (std::string_view fromPath, std::string_view objPath, DataObject *toObj) | 
|  | Add a link to another object.  More... 
 | 
|  | 
| StatusCode | linkObject (DataObject *fromObj, std::string_view objPath, DataObject *toObj) | 
|  | Add a link to another object.  More... 
 | 
|  | 
| virtual StatusCode | linkObject (std::string_view fullPath, DataObject *toObj)=0 | 
|  | Add a link to another object.  More... 
 | 
|  | 
| virtual StatusCode | unlinkObject (IRegistry *from, std::string_view objPath)=0 | 
|  | Remove a link to another object.  More... 
 | 
|  | 
| StatusCode | unlinkObject (std::string_view fromPath, std::string_view objPath) | 
|  | Remove a link to another object.  More... 
 | 
|  | 
| virtual StatusCode | unlinkObject (DataObject *fromObj, std::string_view objPath)=0 | 
|  | Remove a link to another object.  More... 
 | 
|  | 
| virtual StatusCode | unlinkObject (std::string_view fullPath)=0 | 
|  | Remove a link to another object.  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 ()=default | 
|  | Virtual destructor.  More... 
 | 
|  | 
The ntuple service interface allows to: 
- 
Export the data provider's functionality. 
- 
Extend the functionality in order to book abstract N tuples: 
- 
Book COLUMN WISE N tuples. 
- 
Book ROW WISE N tuples. 
- 
Access a persistent N tuple within a file 
- 
Save the N tuple after filling. 
- 
Write individual records from to a N tuple. 
- 
Read individual records from an existing N tuple. 
 created N tuples are automatically put onto the N tuple data store.
- Author
- Markus Frank 
- Version
- 1.0 
Definition at line 46 of file INTupleSvc.h.