|
| EvtItgFunction (double(*theFunction)(double), double lowerRange, double upperRange) |
|
virtual | ~EvtItgFunction () |
|
virtual void | setCoeff (int, int, double) |
|
virtual double | getCoeff (int, int) |
|
| EvtItgFunction (double(*theFunction)(double), double lowerRange, double upperRange) |
|
virtual | ~EvtItgFunction () |
|
virtual void | setCoeff (int, int, double) |
|
virtual double | getCoeff (int, int) |
|
| EvtItgAbsFunction (double lowerRange, double upperRange) |
|
virtual | ~EvtItgAbsFunction () |
|
virtual double | value (double x) const |
|
virtual double | operator() (double x) const |
|
double | upperRange () const |
|
double | lowerRange () const |
|
void | getRange (double &lower, double &upper) const |
|
virtual void | setCoeff (int, int, double)=0 |
|
virtual double | getCoeff (int, int)=0 |
|
| EvtItgAbsFunction (double lowerRange, double upperRange) |
|
virtual | ~EvtItgAbsFunction () |
|
virtual double | value (double x) const |
|
virtual double | operator() (double x) const |
|
double | upperRange () const |
|
double | lowerRange () const |
|
void | getRange (double &lower, double &upper) const |
|
virtual void | setCoeff (int, int, double)=0 |
|
virtual double | getCoeff (int, int)=0 |
|
Copyright (C) 1998 LBNL
Generic function where the pointer to the function is available.
The function is taken as type pointer to function returning double and taking a double (the abscissa) and a const RWTValVector<double> reference (the parameter values of the function) as arguments.
- See also
- EvtItgFunctionEvtItgFunction
- Version
- Id
- EvtItgFunction.hh,v 1.1.1.2 2007/10/26 05:03:14 pingrg Exp
- Author
- Phil Strother Originator
Definition at line 33 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtItgFunction.hh.