Base class for an algorithm. More...
#include <Algo.h>
Public Member Functions | |
Algo () | |
virtual const Char_t * | GetName () |
To get the name of that algorithm. More... | |
virtual Int_t | Process ()=0 |
To Process the algorithm on a single event (input) More... | |
virtual Int_t | SetInput ()=0 |
To fill the local variables with input values. More... | |
virtual Int_t | SetOutput ()=0 |
To fill the ouput variables with the result of the algorithm. More... | |
virtual | ~Algo () |