Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
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
31 
#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 is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
Definition of the basic interface.
Definition: IInterface.h:234
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:107