#include <EvtGenModels/EvtItgAbsIntegrator.hh>
|
double | trapezoid (double lower, double higher, int n, double &result) const |
|
virtual double | evaluateIt (double lower, double higher) const =0 |
|
double | myFunction (double x) const |
|
Definition at line 30 of file EvtItgAbsIntegrator.hh.
◆ EvtItgAbsIntegrator() [1/2]
◆ ~EvtItgAbsIntegrator()
virtual EvtItgAbsIntegrator::~EvtItgAbsIntegrator |
( |
| ) |
|
|
virtualdefault |
◆ EvtItgAbsIntegrator() [2/2]
EvtItgAbsIntegrator::EvtItgAbsIntegrator |
( |
| ) |
|
|
private |
◆ boundsCheck()
void EvtItgAbsIntegrator::boundsCheck |
( |
double & |
lower, |
|
|
double & |
upper |
|
) |
| const |
|
private |
◆ evaluate()
double EvtItgAbsIntegrator::evaluate |
( |
double |
lower, |
|
|
double |
upper |
|
) |
| const |
◆ evaluateIt()
virtual double EvtItgAbsIntegrator::evaluateIt |
( |
double |
lower, |
|
|
double |
higher |
|
) |
| const |
|
protectedpure virtual |
◆ myFunction()
double EvtItgAbsIntegrator::myFunction |
( |
double |
x | ) |
const |
|
inlineprotected |
◆ normalisation()
double EvtItgAbsIntegrator::normalisation |
( |
| ) |
const |
◆ trapezoid()
double EvtItgAbsIntegrator::trapezoid |
( |
double |
lower, |
|
|
double |
higher, |
|
|
int |
n, |
|
|
double & |
result |
|
) |
| const |
|
protected |
◆ _myFunction
The documentation for this class was generated from the following files: