#include "RooAbsIntegrator.h"
#include "RooNumIntConfig.h"
#include <ROOT/RSpan.hxx>
#include <functional>
Classes | |
class | RooRombergIntegrator |
RooRombergIntegrator implements an adaptive numerical integration algorithm. More... | |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::Detail |
Functions | |
std::pair< double, int > | RooFit::Detail::integrate1d (std::function< double(double)> func, bool doTrapezoid, int maxSteps, int minStepsZero, int fixSteps, double epsAbs, double epsRel, bool doExtrap, double xmin, double xmax, std::span< double > hArr, std::span< double > sArr) |