#include <runRunAlg.h>
Inheritance diagram for runRunAlg:
Public Methods | |
runRunAlg () | |
default constructor. | |
virtual | ~runRunAlg () |
defautl destrutor. | |
virtual void | execute () |
execute the algorithm. | |
virtual void | define () |
define the algorithm using other algorithms. | |
Private Attributes | |
cutVI* | m_cNextEvent |
cutVI is next event in persistency? | |
algorithmVI* | m_aRunEvent |
algorithmVI to run an event event;. |
runRunAlg is an algorithm that makes a loop in all the events in persistency and executed the runEventAlg for everyone of them.
Definition at line 21 of file runRunAlg.h.
|
|
|
define the algorithm using other algorithms.
Reimplemented from defineVI.
Definition at line 19 of file runRunAlg.cpp.
|
|
|