ISchedulerSvc.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_ISCHEDULERSVC_H
2 #define GAUDIKERNEL_ISCHEDULERSVC_H
3 
4 // Framework include files
7 
8 // C++ include files
9 
10 
19 class GAUDI_API IScheduler: virtual public IInterface {
20 public:
23 
25  virtual StatusCode addEvent(EventContext* eventContext) = 0;
26 
28  virtual unsigned int getEventsInFlight() = 0;
29 
31  virtual unsigned int getCompletedEvents() = 0;
32 
33 
34 };
35 #endif
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:14
This class represents an entry point to all the event specific data.
Definition: EventContext.h:25
General interface for algorithm scheduler.
Definition: IScheduler.h:20
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
Definition of the basic interface.
Definition: IInterface.h:234
#define GAUDI_API
Definition: Kernel.h:107