Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions

IEventProcessor Class Reference

The IEventProcessor is the interface to process events. More...

#include <GaudiKernel/IEventProcessor.h>

Inheritance diagram for IEventProcessor:
Inheritance graph
[legend]
Collaboration diagram for IEventProcessor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeclareInterfaceID (IEventProcessor, 3, 0)
 InterfaceID.
virtual StatusCode executeEvent (void *par=0)=0
 Process single event.
virtual StatusCode executeRun (int maxevt)=0
 Process the maxevt events as a Run (beginRun() and endRun() called)
virtual StatusCode nextEvent (int maxevt)=0
 Process the next maxevt events.
virtual StatusCode stopRun ()=0
 Schedule a stop of the current event processing.

Detailed Description

The IEventProcessor is the interface to process events.

Author:
Markus Frank
Version:
2

Definition at line 17 of file IEventProcessor.h.


Member Function Documentation

IEventProcessor::DeclareInterfaceID ( IEventProcessor  ,
,
 
)
virtual StatusCode IEventProcessor::executeEvent ( void *  par = 0 ) [pure virtual]

Process single event.

Implemented in EventLoopMgr, and MinimalEventLoopMgr.

virtual StatusCode IEventProcessor::executeRun ( int  maxevt ) [pure virtual]

Process the maxevt events as a Run (beginRun() and endRun() called)

Implemented in EventLoopMgr, and MinimalEventLoopMgr.

virtual StatusCode IEventProcessor::nextEvent ( int  maxevt ) [pure virtual]

Process the next maxevt events.

Implemented in EventLoopMgr, and MinimalEventLoopMgr.

virtual StatusCode IEventProcessor::stopRun (  ) [pure virtual]

Schedule a stop of the current event processing.

Implemented in MinimalEventLoopMgr.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:41 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004