24#ifndef EVTITGPTRFUNCTION_HH
25#define EVTITGPTRFUNCTION_HH
28#include "EvtGenModels/EvtItgAbsFunction.hh"
49 double (*_myFunction)(
double x,
const std::vector<double> & coeffs1);
55 std::vector<double> _coeffs1;
double lowerRange() const
double upperRange() const
virtual ~EvtItgPtrFunction()
virtual double myFunction(double x) const
virtual void setCoeff(int, int, double)
EvtItgPtrFunction(double(*theFunction)(double, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1)
virtual double getCoeff(int, int)