|
| | DeclareInterfaceID (IHistogramSvc, 5, 0) |
| | InterfaceID.
|
| |
| virtual AIDA::IHistogramFactory * | histogramFactory ()=0 |
| | Retrieve the AIDA HistogramFactory interface.
|
| |
| virtual AIDA::IHistogram1D * | book (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX)=0 |
| | Book histogram and register it with the histogram data store.
|
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &fullPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &fullPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &fullPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &fullPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &fullPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual StatusCode | registerObject (const std::string &fullPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | registerObject (const std::string &parentPath, const std::string &objPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| StatusCode | registerObject (const std::string &parentPath, int item, AIDA::IBaseHistogram *hObj) |
| |
| virtual StatusCode | registerObject (DataObject *parentObj, const std::string &objPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | registerObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| StatusCode | registerObject (DataObject *parentObj, int item, AIDA::IBaseHistogram *hObj) |
| |
| StatusCode | registerObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IBaseHistogram *hObj) |
| |
| virtual StatusCode | unregisterObject (AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | unregisterObject (AIDA::IBaseHistogram *hObj, const std::string &objectPath)=0 |
| |
| virtual StatusCode | unregisterObject (AIDA::IBaseHistogram *hObj, int item)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram3D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual std::ostream & | print (AIDA::IBaseHistogram *h, std::ostream &s=std::cout) const =0 |
| | Print (ASCII) the histogram into the output stream.
|
| |
| virtual std::ostream & | write (AIDA::IBaseHistogram *h, std::ostream &s=std::cout) const =0 |
| | Write (ASCII) the histogram table into the output stream.
|
| |
| virtual int | write (AIDA::IBaseHistogram *h, const char *file_name) const =0 |
| | Write (ASCII) the histogram table into a file.
|
| |
| virtual DataObject * | createPath (const std::string &newPath)=0 |
| |
| virtual DataObject * | createDirectory (const std::string &parentDir, const std::string &subDir)=0 |
| | Create a sub-directory in a directory.
|
| |
| StatusCode | registerObject (std::string_view fullPath, DataObject *pObject) |
| | Register object with the data store.
|
| |
| virtual StatusCode | registerObject (std::string_view parentPath, std::string_view objectPath, DataObject *pObject)=0 |
| | Register object with the data store.
|
| |
| StatusCode | registerObject (std::string_view parentPath, int item, DataObject *pObject) |
| | Register object with the data store.
|
| |
| virtual StatusCode | registerObject (DataObject *parentObj, std::string_view objectPath, DataObject *pObject)=0 |
| | Register object with the data store.
|
| |
| StatusCode | registerObject (DataObject *parentObj, int item, DataObject *pObject) |
| | Register object with the data store.
|
| |
| virtual StatusCode | unregisterObject (std::string_view fullPath)=0 |
| | Unregister object from the data store.
|
| |
| StatusCode | unregisterObject (std::string_view parentPath, std::string_view objPath) |
| | Unregister object from the data store.
|
| |
| StatusCode | unregisterObject (std::string_view parentPath, int item) |
| | Unregister object from the data store.
|
| |
| virtual StatusCode | unregisterObject (DataObject *pObject)=0 |
| | Unregister object from the data store.
|
| |
| virtual StatusCode | unregisterObject (DataObject *pParent, std::string_view objPath)=0 |
| | Unregister object from the data store.
|
| |
| StatusCode | unregisterObject (DataObject *pParent, int item) |
| | Unregister object from the data store.
|
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, std::string_view path, DataObject *&pObject)=0 |
| | Retrieve object identified by its directory entry.
|
| |
| StatusCode | retrieveObject (std::string_view fullPath, DataObject *&pObject) |
| | Retrieve object identified by its full path from the data store.
|
| |
| StatusCode | retrieveObject (std::string_view parentPath, std::string_view objectPath, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| StatusCode | retrieveObject (std::string_view parentPath, int item, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| StatusCode | retrieveObject (DataObject *parentObj, std::string_view objectPath, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| StatusCode | retrieveObject (DataObject *parentObj, int item, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, std::string_view path, DataObject *&pObject)=0 |
| | Find object identified by its directory entry.
|
| |
| virtual StatusCode | findObject (std::string_view fullPath, DataObject *&pObject)=0 |
| | Find object identified by its full path in the data store.
|
| |
| 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.
|
| |
| 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.
|
| |
| 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.
|
| |
| StatusCode | findObject (DataObject *parentObj, int item, DataObject *&pObject) |
| | Find object identified by its parent object and an integer identifier in the data store.
|
| |
| | DeclareInterfaceID (IDataProviderSvc, 4, 0) |
| | InterfaceID.
|
| |
| StatusCode | registerObject (std::string_view fullPath, DataObject *pObject) |
| | Register object with the data store.
|
| |
| StatusCode | registerObject (std::string_view parentPath, int item, DataObject *pObject) |
| | Register object with the data store.
|
| |
| StatusCode | registerObject (DataObject *parentObj, int item, DataObject *pObject) |
| | Register object with the data store.
|
| |
| StatusCode | unregisterObject (std::string_view parentPath, std::string_view objPath) |
| | Unregister object from the data store.
|
| |
| StatusCode | unregisterObject (std::string_view parentPath, int item) |
| | Unregister object from the data store.
|
| |
| StatusCode | unregisterObject (DataObject *pParent, int item) |
| | Unregister object from the data store.
|
| |
| StatusCode | retrieveObject (std::string_view fullPath, DataObject *&pObject) |
| | Retrieve object identified by its full path from the data store.
|
| |
| StatusCode | retrieveObject (std::string_view parentPath, std::string_view objectPath, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| StatusCode | retrieveObject (std::string_view parentPath, int item, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| StatusCode | retrieveObject (DataObject *parentObj, std::string_view objectPath, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| StatusCode | retrieveObject (DataObject *parentObj, int item, DataObject *&pObject) |
| | Retrieve object from data store.
|
| |
| 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.
|
| |
| 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.
|
| |
| 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.
|
| |
| StatusCode | findObject (DataObject *parentObj, int item, DataObject *&pObject) |
| | Find object identified by its parent object and an integer identifier in the data store.
|
| |
| virtual StatusCode | updateObject (IRegistry *pDirectory)=0 |
| | Update object identified by its directory entry.
|
| |
| StatusCode | updateObject (std::string_view fullPath) |
| | Update object identified by its full path in the data store.
|
| |
| virtual StatusCode | updateObject (DataObject *toUpdate)=0 |
| | Update object identified by its pointer.
|
| |
| 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.
|
| |
| StatusCode | updateObject (DataObject *pParent, std::string_view updatePath) |
| | Update object identified by its parent's pointer and the path relative to the parent.
|
| |
| virtual StatusCode | addPreLoadItem (const DataStoreItem &item)=0 |
| | Add an item to the preload list.
|
| |
| StatusCode | addPreLoadItem (std::string itemPath) |
| | Add an item to the preload list.
|
| |
| virtual StatusCode | removePreLoadItem (const DataStoreItem &item)=0 |
| | Remove an item from the preload list.
|
| |
| StatusCode | removePreLoadItem (std::string itemPath) |
| | Remove an item from the preload list.
|
| |
| virtual StatusCode | resetPreLoad ()=0 |
| | Clear the preload list.
|
| |
| virtual StatusCode | preLoad ()=0 |
| | Load all preload items of the list.
|
| |
| virtual StatusCode | linkObject (IRegistry *from, std::string_view objPath, DataObject *toObj)=0 |
| | Add a link to another object.
|
| |
| StatusCode | linkObject (std::string_view fromPath, std::string_view objPath, DataObject *toObj) |
| | Add a link to another object.
|
| |
| StatusCode | linkObject (DataObject *fromObj, std::string_view objPath, DataObject *toObj) |
| | Add a link to another object.
|
| |
| virtual StatusCode | linkObject (std::string_view fullPath, DataObject *toObj)=0 |
| | Add a link to another object.
|
| |
| virtual StatusCode | unlinkObject (IRegistry *from, std::string_view objPath)=0 |
| | Remove a link to another object.
|
| |
| StatusCode | unlinkObject (std::string_view fromPath, std::string_view objPath) |
| | Remove a link to another object.
|
| |
| virtual StatusCode | unlinkObject (DataObject *fromObj, std::string_view objPath)=0 |
| | Remove a link to another object.
|
| |
| virtual StatusCode | unlinkObject (std::string_view fullPath)=0 |
| | Remove a link to another object.
|
| |
| template<Gaudi::IsInterface TARGET> |
| TARGET * | cast () |
| |
| template<Gaudi::IsInterface TARGET> |
| TARGET const * | cast () const |
| |
template<typename TARGET>
requires ( !Gaudi::IsInterface<TARGET> ) |
| TARGET * | cast () |
| |
template<typename TARGET>
requires ( !Gaudi::IsInterface<TARGET> ) |
| TARGET const * | cast () const |
| |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| | Returns a vector of strings containing the names of all the implemented interfaces.
|
| |
| virtual unsigned long | addRef () const =0 |
| | Increment the reference count of Interface instance.
|
| |
| virtual unsigned long | release () const =0 |
| | Release Interface instance.
|
| |
| virtual unsigned long | refCount () const =0 |
| | Current reference count.
|
| |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| | Set the void** to the pointer to the requested interface of the instance.
|
| |
| virtual | ~IInterface ()=default |
| | Virtual destructor.
|
| |
| virtual void const * | i_cast (const InterfaceID &) const =0 |
| |
| void * | i_cast (const InterfaceID &iid) |
| |