BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <EvtBtoXsgammaRootFinder.hh>
Public Member Functions | |
EvtBtoXsgammaRootFinder () | |
virtual | ~EvtBtoXsgammaRootFinder () |
double | GetRootSingleFunc (const EvtItgAbsFunction *theFunc, double functionValue, double lowerValue, double upperValue, double precision) |
double | GetGaussIntegFcnRoot (EvtItgAbsFunction *theFunc1, EvtItgAbsFunction *theFunc2, double integ1Precision, double integ2Precision, int maxLoop1, int maxLoop2, double integLower, double integUpper, double lowerValue, double upperValue, double precision) |
Definition at line 36 of file EvtBtoXsgammaRootFinder.hh.
EvtBtoXsgammaRootFinder::EvtBtoXsgammaRootFinder | ( | ) |
Definition at line 43 of file EvtBtoXsgammaRootFinder.cc.
|
virtual |
Definition at line 45 of file EvtBtoXsgammaRootFinder.cc.
double EvtBtoXsgammaRootFinder::GetGaussIntegFcnRoot | ( | EvtItgAbsFunction * | theFunc1, |
EvtItgAbsFunction * | theFunc2, | ||
double | integ1Precision, | ||
double | integ2Precision, | ||
int | maxLoop1, | ||
int | maxLoop2, | ||
double | integLower, | ||
double | integUpper, | ||
double | lowerValue, | ||
double | upperValue, | ||
double | precision | ||
) |
Definition at line 120 of file EvtBtoXsgammaRootFinder.cc.
Referenced by EvtBtoXsgammaFermiUtil::FermiGaussFuncRoot().
double EvtBtoXsgammaRootFinder::GetRootSingleFunc | ( | const EvtItgAbsFunction * | theFunc, |
double | functionValue, | ||
double | lowerValue, | ||
double | upperValue, | ||
double | precision | ||
) |
Definition at line 49 of file EvtBtoXsgammaRootFinder.cc.
Referenced by EvtBtoXsgammaFermiUtil::FermiRomanFuncRoot().