12#ifndef EVTITGFUNCTION_HH
13#define EVTITGFUNCTION_HH
46 virtual double getCoeff(
int,
int) {
return 0.0;};
57 double (*_myFunction)(
double x);
double lowerRange() const
double upperRange() const
virtual double myFunction(double x) const
EvtItgFunction(double(*theFunction)(double), double lowerRange, double upperRange)
virtual double getCoeff(int, int)
virtual ~EvtItgFunction()
virtual void setCoeff(int, int, double)