16 #ifndef ROO_ADAPTIVE_INTEGRATOR_ND 17 #define ROO_ADAPTIVE_INTEGRATOR_ND 23 namespace ROOT {
namespace Math {
class AdaptiveIntegratorMultiDim ; } }
36 virtual Bool_t checkLimits()
const;
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
RooNumIntConfig holds the configuration parameters of the various numeric integrators used by RooReal...
virtual Bool_t setUseIntegrandLimits(Bool_t flag)
Interface function that allows to defer limit definition to integrand definition. ...
Namespace for new ROOT classes and functions.
RooMultiGenFunction * _func
Bool_t _useIntegrandLimits
Lightweight interface adaptor that exports a RooAbsReal as a ROOT::Math::IMultiGenFunction.
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
RooAdaptiveIntegratorND implements an adaptive one-dimensional numerical integration algorithm...
virtual Bool_t setLimits(Double_t *, Double_t *)
#define ClassDef(name, id)
virtual Bool_t canIntegrateND() const
virtual Bool_t canIntegrate2D() const
Namespace for new Math classes and functions.
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
virtual Bool_t canIntegrateOpenEnded() const
virtual Bool_t canIntegrate1D() const
ROOT::Math::AdaptiveIntegratorMultiDim * _integrator
ROOT::Math multi-parameter function binding.
Class for adaptive quadrature integration in multi-dimensions using rectangular regions.