#include <EvtItgPtrFunction.hh>
|
| EvtItgPtrFunction (double(*theFunction)(double, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1) |
|
virtual | ~EvtItgPtrFunction () |
|
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 |
|
Definition at line 30 of file EvtItgPtrFunction.hh.
◆ EvtItgPtrFunction()
EvtItgPtrFunction::EvtItgPtrFunction |
( |
double(*)(double, const std::vector< double > &) |
theFunction, |
|
|
double |
lowerRange, |
|
|
double |
upperRange, |
|
|
const std::vector< double > & |
coeffs1 |
|
) |
| |
Definition at line 35 of file EvtItgPtrFunction.cc.
35 :
37 _myFunction(theFunction),
38 _coeffs1(coeffs1)
39{}
double lowerRange() const
double upperRange() const
◆ ~EvtItgPtrFunction()
EvtItgPtrFunction::~EvtItgPtrFunction |
( |
| ) |
|
|
virtual |
◆ getCoeff()
double EvtItgPtrFunction::getCoeff |
( |
int |
vect, |
|
|
int |
which |
|
) |
| |
|
virtual |
◆ myFunction()
double EvtItgPtrFunction::myFunction |
( |
double |
x | ) |
const |
|
protectedvirtual |
◆ setCoeff()
void EvtItgPtrFunction::setCoeff |
( |
int |
vect, |
|
|
int |
which, |
|
|
double |
value |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: