#include <SystemAlg.h>
Inheritance diagram for SystemAlg:
Public Methods | |
SystemAlg (Event *event, Geometry *hecGeom, Headers *runHeader) | |
The user should never need to use this contructor. More... | |
virtual | ~SystemAlg () |
virtual bool | initialize () |
Should be called inside UserAlg::initialize(). More... | |
virtual bool | execute () |
Should be called inside UserAlg::execute(). More... | |
virtual bool | finalize () |
Should be called inside UserAlg::finalize();. More... | |
void | setAlgs (vector< SystemAlg * > algs) |
Before proceeding with your own class you should call this method from the constructor of UserAlg. More... | |
Protected Methods | |
void | buildAlgList (vector< string > algList) |
|
The user should never need to use this contructor.
|
|
|
|
|
|
Should be called inside UserAlg::execute().
Reimplemented in CalibrationAlg. |
|
Should be called inside UserAlg::finalize();.
Reimplemented in CalibrationAlg. |
|
Should be called inside UserAlg::initialize().
Reimplemented in CalibrationAlg. |
|
Before proceeding with your own class you should call this method from the constructor of UserAlg.
|