![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/IAIDATupleSvc.h>
Inheritance diagram for IAIDATupleSvc:


Definition at line 34 of file IAIDATupleSvc.h.
Public Member Functions | |
| virtual AIDA::ITuple * | book (const std::string &fullPath, const std::string &title, const std::string &columns)=0 |
| virtual StatusCode | registerObject (const std::string &dirPath, const std::string &objPath, AIDA::ITuple *tObj)=0 |
| virtual StatusCode | registerObject (DataObject *pParent, const std::string &objPath, AIDA::ITuple *tObj)=0 |
| virtual StatusCode | unregisterObject (AIDA::ITuple *tObj)=0 |
| virtual StatusCode | unregisterObject (AIDA::ITuple *tObj, const std::string &objectPath)=0 |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::ITuple *&tObj)=0 |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::ITuple *&tObj)=0 |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::ITuple *&tObj)=0 |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::ITuple *&tObj)=0 |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::ITuple *&tObj)=0 |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::ITuple *&tObj)=0 |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::ITuple *&tObj)=0 |
| virtual void | setCriteria (AIDA::ITuple *&tObj, const std::string &criteria)=0 |
| Set criteria for reading, filtering the input. | |
| virtual DataObject * | createPath (const std::string &newPath)=0 |
| virtual DataObject * | createDirectory (const std::string &parentDir, const std::string &subDir)=0 |
| virtual StatusCode | myTest ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& IAIDATupleSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IDataProviderSvc.
Definition at line 39 of file IAIDATupleSvc.h.
References IID_IAIDATupleSvc.
00039 { return IID_IAIDATupleSvc; }
| virtual AIDA::ITuple* IAIDATupleSvc::book | ( | const std::string & | fullPath, | |
| const std::string & | title, | |||
| const std::string & | columns | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::registerObject | ( | const std::string & | dirPath, | |
| const std::string & | objPath, | |||
| AIDA::ITuple * | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::registerObject | ( | DataObject * | pParent, | |
| const std::string & | objPath, | |||
| AIDA::ITuple * | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::unregisterObject | ( | AIDA::ITuple * | tObj | ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::unregisterObject | ( | AIDA::ITuple * | tObj, | |
| const std::string & | objectPath | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::retrieveObject | ( | const std::string & | fullPath, | |
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::retrieveObject | ( | const std::string & | parentPath, | |
| const std::string & | objPath, | |||
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::retrieveObject | ( | DataObject * | parentObj, | |
| const std::string & | objPath, | |||
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::findObject | ( | const std::string & | fullPath, | |
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::findObject | ( | IRegistry * | pDirectory, | |
| const std::string & | path, | |||
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::findObject | ( | const std::string & | parentPath, | |
| const std::string & | objPath, | |||
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::findObject | ( | DataObject * | parentObj, | |
| const std::string & | objPath, | |||
| AIDA::ITuple *& | tObj | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual void IAIDATupleSvc::setCriteria | ( | AIDA::ITuple *& | tObj, | |
| const std::string & | criteria | |||
| ) | [pure virtual] |
| virtual DataObject* IAIDATupleSvc::createPath | ( | const std::string & | newPath | ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual DataObject* IAIDATupleSvc::createDirectory | ( | const std::string & | parentDir, | |
| const std::string & | subDir | |||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::myTest | ( | ) | [pure virtual] |
Implemented in AIDATupleSvc.