|
BOSS 7.1.3
BESIII Offline Software System
|
#include <EvtItgTwoCoeffFcn.hh>
Inheritance diagram for EvtItgTwoCoeffFcn:Public Member Functions | |
| EvtItgTwoCoeffFcn (double(*theFunction)(double, const std::vector< double > &, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2) | |
| virtual | ~EvtItgTwoCoeffFcn () |
| 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 |
Protected Member Functions | |
| virtual double | myFunction (double x) const |
Protected Member Functions inherited from EvtItgAbsFunction | |
| void | setRange (double x1, double x2) |
Definition at line 35 of file EvtItgTwoCoeffFcn.hh.
| EvtItgTwoCoeffFcn::EvtItgTwoCoeffFcn | ( | double(* | theFunction )(double, const std::vector< double > &, const std::vector< double > &), |
| double | lowerRange, | ||
| double | upperRange, | ||
| const std::vector< double > & | coeffs1, | ||
| const std::vector< double > & | coeffs2 ) |
Definition at line 31 of file EvtItgTwoCoeffFcn.cc.
|
virtual |
Definition at line 38 of file EvtItgTwoCoeffFcn.cc.
|
virtual |
Implements EvtItgAbsFunction.
Definition at line 54 of file EvtItgTwoCoeffFcn.cc.
|
protectedvirtual |
Implements EvtItgAbsFunction.
Definition at line 42 of file EvtItgTwoCoeffFcn.cc.
|
virtual |
Implements EvtItgAbsFunction.
Definition at line 47 of file EvtItgTwoCoeffFcn.cc.
Referenced by EvtBtoXsgammaKagan::computeHadronicMass().