The Gaudi Framework
v29r0 (ff2e7097)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ISchedulerSvc.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_ISCHEDULERSVC_H
2
#define GAUDIKERNEL_ISCHEDULERSVC_H
3
4
// Framework include files
5
#include "
GaudiKernel/EventContext.h
"
6
#include "
GaudiKernel/IScheduler.h
"
7
8
// C++ include files
9
18
class
GAUDI_API
IScheduler
:
virtual
public
IInterface
19
{
20
public
:
22
DeclareInterfaceID
(
IScheduler
, 1, 0 );
23
25
virtual
StatusCode
addEvent(
EventContext
* eventContext ) = 0;
26
28
virtual
unsigned
int
getEventsInFlight() = 0;
29
31
virtual
unsigned
int
getCompletedEvents() = 0;
32
};
33
#endif
EventContext.h
IScheduler.h
EventContext
This class represents an entry point to all the event specific data.
Definition:
EventContext.h:24
IScheduler
General interface for algorithm scheduler.
Definition:
IScheduler.h:20
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:28
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:13
IInterface
Definition of the basic interface.
Definition:
IInterface.h:277
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:110
GaudiKernel
GaudiKernel
ISchedulerSvc.h
Generated on Tue Sep 26 2017 11:39:05 for The Gaudi Framework by
1.8.11