#include <IEvtStoreQuery.h>
Inheritance diagram for IEvtStoreQuery:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual const DataObject * | queryInputAddress (const std::string &location, const unsigned long &entry)=0 |
| Search TES and AES (when used) for a data object at certain location and with required entry number. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 19 of file IEvtStoreQuery.h.
| static const InterfaceID& IEvtStoreQuery::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 23 of file IEvtStoreQuery.h.
00023 { 00024 return IID_IEvtStoreQuery; 00025 }
| virtual const DataObject* IEvtStoreQuery::queryInputAddress | ( | const std::string & | location, | |
| const unsigned long & | entry | |||
| ) | [pure virtual] |
Search TES and AES (when used) for a data object at certain location and with required entry number.
If not found it will NOT try to load it.
location: TES or TTree location entry: TTree entry (This implicitly requires a TemporalDataObject)
Return 0 if not found A pointer if succeed.
1.4.7