1 #ifndef GAUDIKERNEL_IAIDATUPLESVC_H 2 #define GAUDIKERNEL_IAIDATUPLESVC_H 1 19 using AIDA::IAnnotation;
55 virtual StatusCode unregisterObject( AIDA::ITuple* tObj ) = 0;
67 AIDA::ITuple*& tObj ) = 0;
85 virtual void setCriteria( AIDA::ITuple*& tObj,
const std::string& criteria ) = 0;
100 #endif // GAUDIKERNEL_IAIDATUPLESVC_H
GAUDI_API AIDA::IHistogram1D * book(IHistogramSvc *svc, const std::string &path, const Gaudi::Histo1DDef &hist)
helper function to book 1D-histogram
virtual StatusCode findObject(IRegistry *pDirectory, boost::string_ref path, DataObject *&pObject)=0
Find object identified by its directory entry.
Data provider interface definition.
This class is used for returning status codes from appropriate routines.
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
The IRegistry represents the entry door to the environment any data object residing in a transient da...
virtual StatusCode retrieveObject(IRegistry *pDirectory, boost::string_ref path, DataObject *&pObject)=0
Retrieve object identified by its directory entry.
StatusCode registerObject(boost::string_ref fullPath, DataObject *pObject)
Register object with the data store.
virtual StatusCode unregisterObject(boost::string_ref fullPath)=0
Unregister object from the data store.
Definition of the IAIDATupleSvc interface class.
A DataObject is the base class of any identifiable object on any data store.