#include <UserAlg.h>
Inheritance diagram for UserAlg:
Public Methods | |
UserAlg (Event *event, Geometry *hecGeom, Headers *runHeader) | |
The user should never need to use this contructor. More... | |
bool | initialize () |
Gets run once at the begining of the event Loop. More... | |
bool | execute () |
Gets run for every event. More... | |
bool | finalize () |
Gets run after all events have been executed. More... |
|
The user should never need to use this contructor.
|
|
Gets run for every event.
Reimplemented from SystemAlg. |
|
Gets run after all events have been executed.
Reimplemented from SystemAlg. |
|
Gets run once at the begining of the event Loop.
Reimplemented from SystemAlg. |