46 if (x >= _lowerRange && x <= _upperRange)
return myFunction(x);
47 report(
ERROR,
"EvtGen") <<
"Error in EvtItgAbsFunction::value. Given co-ordinate " << x
48 <<
" is outside of allowed range [" << _lowerRange <<
", "
49 << _upperRange <<
"]. Returning 0.0" << endl;
ostream & report(Severity severity, const char *facility)
virtual double operator()(double x) const
EvtItgAbsFunction(double lowerRange, double upperRange)
virtual ~EvtItgAbsFunction()
double lowerRange() const
double upperRange() const
virtual double myFunction(double x) const =0
virtual double value(double x) const