#include <EvtItgPtrFunction.hh>
Definition at line 30 of file EvtItgPtrFunction.hh.
◆ EvtItgPtrFunction()
EvtItgPtrFunction::EvtItgPtrFunction |
( |
double(* | theFunction )(double, const std::vector< double > &), |
|
|
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{}
EvtItgAbsFunction(double lowerRange, double upperRange)
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: