22 #ifndef EVTITFOURCOEFFFCN_HH
23 #define EVTITFOURCOEFFFCN_HH
26 #include "EvtGenModels/EvtItgAbsFunction.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);
38 virtual double getCoeff(
int,
int);
42 virtual double myFunction(
double x)
const;
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;
60 #endif // EvtITGPTRFUNCTION_HH