22#ifndef EVTITFOURCOEFFFCN_HH
23#define EVTITFOURCOEFFFCN_HH
32 EvtItgFourCoeffFcn(
double (*theFunction)(
double,
const std::vector<double> &,
const std::vector<double> &,
const std::vector<double> &,
const std::vector<double> &),
33 double lowerRange,
double upperRange,
const std::vector<double> &coeffs1,
const std::vector<double> &coeffs2,
const std::vector<double> &coeffs3,
const std::vector<double> &coeffs4);
37 virtual void setCoeff(
int,
int,
double);
47 double (*_myFunction)(
double x,
const std::vector<double> & coeffs1,
const std::vector<double> & coeffs2,
const std::vector<double> & coeffs3,
const std::vector<double> & coeffs4);
53 std::vector<double> _coeffs1;
54 std::vector<double> _coeffs2;
55 std::vector<double> _coeffs3;
56 std::vector<double> _coeffs4;
double lowerRange() const
double upperRange() const
virtual ~EvtItgFourCoeffFcn()
virtual double myFunction(double x) const
virtual void setCoeff(int, int, double)
virtual double getCoeff(int, int)