CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <EvtItgThreeCoeffFcn.hh>
Public Member Functions | |
EvtItgThreeCoeffFcn (double(*theFunction)(double, const std::vector< double > &, const std::vector< double > &, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2, const std::vector< double > &coeffs3) | |
virtual | ~EvtItgThreeCoeffFcn () |
virtual void | setCoeff (int, int, double) |
virtual double | getCoeff (int, int) |
Public Member Functions inherited from EvtItgAbsFunction | |
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 |
Protected Member Functions | |
virtual double | myFunction (double x) const |
Protected Member Functions inherited from EvtItgAbsFunction | |
virtual double | myFunction (double x) const =0 |
void | setRange (double x1, double x2) |
Definition at line 35 of file EvtItgThreeCoeffFcn.hh.
EvtItgThreeCoeffFcn::EvtItgThreeCoeffFcn | ( | double(*)(double, const std::vector< double > &, const std::vector< double > &, const std::vector< double > &) | theFunction, |
double | lowerRange, | ||
double | upperRange, | ||
const std::vector< double > & | coeffs1, | ||
const std::vector< double > & | coeffs2, | ||
const std::vector< double > & | coeffs3 | ||
) |
Definition at line 32 of file EvtItgThreeCoeffFcn.cc.
|
virtual |
Definition at line 40 of file EvtItgThreeCoeffFcn.cc.
|
virtual |
Implements EvtItgAbsFunction.
Definition at line 58 of file EvtItgThreeCoeffFcn.cc.
|
protectedvirtual |
Implements EvtItgAbsFunction.
Definition at line 45 of file EvtItgThreeCoeffFcn.cc.
|
virtual |
Implements EvtItgAbsFunction.
Definition at line 50 of file EvtItgThreeCoeffFcn.cc.
Referenced by EvtBtoXsgammaKagan::computeHadronicMass().