12 #ifndef EVTITGFUNCTION_HH
13 #define EVTITGFUNCTION_HH
15 #include "EvtGenModels/EvtItgAbsFunction.hh"
39 double lowerRange,
double upperRange);
45 virtual void setCoeff(
int,
int,
double) {};
46 virtual double getCoeff(
int,
int) {
return 0.0;};
52 virtual double myFunction(
double x)
const;
57 double (*_myFunction)(
double x);
65 #endif // EvtITGFUNCTION_HH