|
EvtGen
2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenModels/EvtItgThreeCoeffFcn.hh>
|
| 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) |
|
void | setCoeff (int, int, double) override |
|
double | getCoeff (int, int) override |
|
| EvtItgAbsFunction (double lowerRange, double upperRange) |
|
virtual | ~EvtItgAbsFunction ()=default |
|
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 |
|
|
double(* | _myFunction )(double x, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2, const std::vector< double > &coeffs3) |
|
std::vector< double > | _coeffs1 |
|
std::vector< double > | _coeffs2 |
|
std::vector< double > | _coeffs3 |
|
Definition at line 37 of file EvtItgThreeCoeffFcn.hh.
◆ EvtItgThreeCoeffFcn()
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 |
|
) |
| |
◆ getCoeff()
double EvtItgThreeCoeffFcn::getCoeff |
( |
int |
vect, |
|
|
int |
which |
|
) |
| |
|
overridevirtual |
◆ myFunction()
double EvtItgThreeCoeffFcn::myFunction |
( |
double |
x | ) |
const |
|
overrideprotectedvirtual |
◆ setCoeff()
void EvtItgThreeCoeffFcn::setCoeff |
( |
int |
vect, |
|
|
int |
which, |
|
|
double |
value |
|
) |
| |
|
overridevirtual |
◆ _coeffs1
std::vector<double> EvtItgThreeCoeffFcn::_coeffs1 |
|
private |
◆ _coeffs2
std::vector<double> EvtItgThreeCoeffFcn::_coeffs2 |
|
private |
◆ _coeffs3
std::vector<double> EvtItgThreeCoeffFcn::_coeffs3 |
|
private |
◆ _myFunction
double( * EvtItgThreeCoeffFcn::_myFunction) (double x, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2, const std::vector< double > &coeffs3) |
|
private |
The documentation for this class was generated from the following files:
|