| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IEvtStoreQuery Class Reference

#include <IEvtStoreQuery.h>

Inheritance diagram for IEvtStoreQuery:

[legend]
Collaboration diagram for IEvtStoreQuery:
[legend]
List of all members.

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual const DataObjectqueryInputAddress (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 InterfaceIDinterfaceID ()
 Retrieve interface ID.

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

Definition at line 19 of file IEvtStoreQuery.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:09:25 2011 for DybKernel by doxygen 1.4.7