|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenModels/EvtItgPtrFunction.hh>
Public Member Functions | |
| EvtItgPtrFunction (double(*theFunction)(double, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1) | |
| void | setCoeff (int, int, double) override |
| double | getCoeff (int, int) override |
| Public Member Functions inherited from EvtItgAbsFunction | |
| 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 |
Protected Member Functions | |
| double | myFunction (double x) const override |
| Protected Member Functions inherited from EvtItgAbsFunction | |
| void | setRange (double x1, double x2) |
Private Attributes | |
| double(* | m_myFunction )(double x, const std::vector< double > &coeffs1) |
| std::vector< double > | m_coeffs1 |
Definition at line 32 of file EvtItgPtrFunction.hh.
| EvtItgPtrFunction::EvtItgPtrFunction | ( | double(* | theFunction )(double, const std::vector< double > &), |
| double | lowerRange, | ||
| double | upperRange, | ||
| const std::vector< double > & | coeffs1 ) |
Definition at line 32 of file EvtItgPtrFunction.cpp.
|
overridevirtual |
Implements EvtItgAbsFunction.
Definition at line 52 of file EvtItgPtrFunction.cpp.
|
overrideprotectedvirtual |
Implements EvtItgAbsFunction.
Definition at line 41 of file EvtItgPtrFunction.cpp.
|
overridevirtual |
Implements EvtItgAbsFunction.
Definition at line 46 of file EvtItgPtrFunction.cpp.
|
private |
Definition at line 49 of file EvtItgPtrFunction.hh.
|
private |
Definition at line 47 of file EvtItgPtrFunction.hh.