24#ifndef EVTITGPTRFUNCTION_HH
25#define EVTITGPTRFUNCTION_HH
35 const std::vector<double>& coeffs1 );
39 virtual void setCoeff(
int,
int,
double );
47 double ( *_myFunction )(
double x,
const std::vector<double>& coeffs1 );
53 std::vector<double> _coeffs1;
EvtItgAbsFunction(double lowerRange, double upperRange)
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
EvtItgPtrFunction(double(*theFunction)(double, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1)