24#ifndef EVTITGPTRFUNCTION_HH
25#define EVTITGPTRFUNCTION_HH
39 virtual void setCoeff(
int,
int,
double);
49 double (*_myFunction)(
double x,
const std::vector<double> & coeffs1);
55 std::vector<double> _coeffs1;
double lowerRange() const
double upperRange() const
virtual void setCoeff(int, int, double)
virtual ~EvtItgPtrFunction()
virtual double getCoeff(int, int)
virtual double myFunction(double x) const