16#ifndef ROO_INTEGRATOR_BINDING
17#define ROO_INTEGRATOR_BINDING
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
Int_t _ncall
Function call counter.
UInt_t getDimension() const
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
double integrand(const double x[]) const
Return value of integrand at given observable values.
virtual double integral(const double *yvec=nullptr)=0
Function binding representing the output of a RooAbsIntegrator.
~RooIntegratorBinding() override
RooIntegratorBinding(RooAbsIntegrator &integrator)
RooAbsIntegrator * _integrator
Numeric integrator.
double operator()(const double xvector[]) const override
double getMinLimit(UInt_t index) const override
double getMaxLimit(UInt_t index) const override