RAIDA
1.9.0
|
User's level interface of an IEvaluator. More...
#include <IEvaluator.h>
Public Member Functions | |
virtual | ~IEvaluator () |
Destructor. | |
virtual bool | initialize (ITuple &tuple)=0 |
Initialize the IEvaluator and associate it to an ITuple. More... | |
virtual double | evaluateDouble () const =0 |
Evaluate the IEvaluator from the data in the current row of the ITuple it is associated to. More... | |
virtual std::string | expression () const =0 |
Get the expression that defined the IEvaluator. More... | |
User's level interface of an IEvaluator.
|
pure virtual |
Evaluate the IEvaluator from the data in the current row of the ITuple it is associated to.
Implemented in AIDA::IEvaluatorROOT.
|
pure virtual |
Get the expression that defined the IEvaluator.
Implemented in AIDA::IEvaluatorROOT.
|
pure virtual |
Initialize the IEvaluator and associate it to an ITuple.
tuple | The ITuple to which the IEvaluator is sssociated. |
Implemented in AIDA::IEvaluatorROOT.