|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Definition of the IAIDATupleSvc interface class. More...
#include <GaudiKernel/IAIDATupleSvc.h>


Public Member Functions | |
| DeclareInterfaceID (IAIDATupleSvc, 3, 0) | |
| InterfaceID. | |
| 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 |
Definition of the IAIDATupleSvc interface class.
Definition at line 29 of file IAIDATupleSvc.h.
| virtual AIDA::ITuple* IAIDATupleSvc::book | ( | const std::string & | fullPath, |
| const std::string & | title, | ||
| const std::string & | columns | ||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual DataObject* IAIDATupleSvc::createDirectory | ( | const std::string & | parentDir, |
| const std::string & | subDir | ||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual DataObject* IAIDATupleSvc::createPath | ( | const std::string & | newPath ) | [pure virtual] |
Implemented in AIDATupleSvc.
| IAIDATupleSvc::DeclareInterfaceID | ( | IAIDATupleSvc | , |
| 3 | , | ||
| 0 | |||
| ) |
| 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 | ( | DataObject * | parentObj, |
| const std::string & | objPath, | ||
| 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::myTest | ( | ) | [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::registerObject | ( | const std::string & | dirPath, |
| 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::retrieveObject | ( | const std::string & | parentPath, |
| const std::string & | objPath, | ||
| AIDA::ITuple *& | tObj | ||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::retrieveObject | ( | const std::string & | fullPath, |
| AIDA::ITuple *& | tObj | ||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual void IAIDATupleSvc::setCriteria | ( | AIDA::ITuple *& | tObj, |
| const std::string & | criteria | ||
| ) | [pure virtual] |
Set criteria for reading, filtering the input.
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::unregisterObject | ( | AIDA::ITuple * | tObj, |
| const std::string & | objectPath | ||
| ) | [pure virtual] |
Implemented in AIDATupleSvc.
| virtual StatusCode IAIDATupleSvc::unregisterObject | ( | AIDA::ITuple * | tObj ) | [pure virtual] |
Implemented in AIDATupleSvc.