12#ifndef EVTITGFUNCTION_HH
13#define EVTITGFUNCTION_HH
43 virtual double getCoeff(
int,
int ) {
return 0.0; };
52 double ( *_myFunction )(
double x );
EvtItgAbsFunction(double lowerRange, double upperRange)
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)