#include <runEventAlg.h>
Inheritance diagram for runEventAlg:
Public Methods | |
runEventAlg () | |
default constructor. | |
virtual | ~runEventAlg () |
defautl destrutor. | |
virtual void | execute () |
execute the algorithm. | |
virtual void | define () |
define the algorithm using other algorithms. | |
Private Attributes | |
cutVI* | m_cReadEvent |
cutVI should we read the next event? | |
cutVI* | m_cWriteEvent |
cutVI should we write this event?;. | |
algorithmVI* | m_aReadEvent |
algorithmVI to read the event;. | |
algorithmVI* | m_aProcessEvent |
algorithmVI to process the event;. | |
algorithmVI* | m_aWriteEvent |
algorithmVI to write and event;. | |
algorithmVI* | m_aSkipEvent |
algorithmVI to skip and event. |
runEventAlg is an algorithmVI that runs all the algorithms of one event.<br> runEventAlg reads from presistency, process the event and write back into persistency.
execute()
method (have a look at the code).
Definition at line 26 of file runEventAlg.h.
|
|
|
define the algorithm using other algorithms.
Reimplemented from defineVI.
Definition at line 27 of file runEventAlg.cpp.
|
execute the algorithm.
Reimplemented from algorithmVI.
Definition at line 8 of file runEventAlg.cpp.
|
|
|
|
|
|