Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 public:
21  virtual StatusCode executeEvent( void* par = 0 ) = 0;
23  virtual StatusCode executeRun( int maxevt ) = 0;
25  virtual StatusCode nextEvent( int maxevt ) = 0;
27  virtual StatusCode stopRun() = 0;
28 };
29 
30 #endif // GAUDIKERNEL_IEVENTPROCESSOR_H
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50
#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:244
The IEventProcessor is the interface to process events.
int maxevt
Definition: Bootstrap.cpp:260
return ep &&ep executeRun(maxevt).isSuccess()
#define GAUDI_API
Definition: Kernel.h:71