#include <Isolator.h>
Inheritance diagram for Atlfast::Isolator:
Public Methods | |
Isolator (const std::string &name, ISvcLocator *pSvcLocator) | |
virtual | ~Isolator () |
StatusCode | initialize () |
StatusCode | execute () |
StatusCode | finalize () |
|
|
|
|
|
The action to be performed by the algorithm on an event. This method is invoked once per event for top level algorithms by the application manager. Reimplemented from IAlgorithm. |
|
Algorithm finalization. This method should be overridden by concrete algorithm classes. It will typically be used for outputting statistical summaries of the algorithm's performance over an event sample. Reimplemented from IAlgorithm. |
|
Initialization of a concrete algorithm object. Concrete algorithm classes should overide this method. Reimplemented from IAlgorithm. |