25 #define ADF_ALGO_H ADF_Algo
45 virtual const Char_t *
GetName() {
return "An algorithm"; }
virtual Int_t SetOutput()=0
To fill the ouput variables with the result of the algorithm.
virtual const Char_t * GetName()
To get the name of that algorithm.
Base class for an algorithm.
to set informations about the ADF configuration
virtual Int_t Process()=0
To Process the algorithm on a single event (input)
virtual Int_t SetInput()=0
To fill the local variables with input values.