GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ADF::Algo Class Referenceabstract

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 ()
 

Detailed Description

Base class for an algorithm.

Definition at line 38 of file Algo.h.


The documentation for this class was generated from the following files: