The Gaudi Framework  v29r0 (ff2e7097)
IEventProcessor.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IEVENTPROCESSOR_H
2 #define GAUDIKERNEL_IEVENTPROCESSOR_H 1
3 
4 // Include files
6 
7 // Forward declarations
8 class IEventProcessor;
9 
16 class GAUDI_API IEventProcessor : virtual public IInterface
17 {
18 public:
22  virtual StatusCode executeEvent( void* par = 0 ) = 0;
24  virtual StatusCode executeRun( int maxevt ) = 0;
26  virtual StatusCode nextEvent( int maxevt ) = 0;
28  virtual StatusCode stopRun() = 0;
29 };
30 
31 #endif // GAUDIKERNEL_IEVENTPROCESSOR_H
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:28
#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
Definition of the basic interface.
Definition: IInterface.h:277
The IEventProcessor is the interface to process events.
int maxevt
Definition: Bootstrap.cpp:279
return ep &&ep executeRun(maxevt).isSuccess()
#define GAUDI_API
Definition: Kernel.h:110