16 #ifndef ROO_INTEGRATOR_2D 17 #define ROO_INTEGRATOR_2D RooIntegrator2D implements a numeric two-dimensiona integrator in terms of a recursive application of...
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 checkLimits() const
Verify that the limits are OK for this integrator (i.e. no open-ended ranges)
virtual Bool_t canIntegrateOpenEnded() const
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Clone integrator with new function and configuration. Needed to support RooNumIntFactory.
virtual ~RooIntegrator2D()
Destructor.
virtual Bool_t canIntegrate1D() const
#define ClassDef(name, id)
virtual Bool_t canIntegrateND() const
static void registerIntegrator(RooNumIntFactory &fact)
Register RooIntegrator2D, is parameters and capabilities with RooNumIntFactory.
RooIntegrator1D * _xIntegrator
RooIntegrator1D implements an adaptive one-dimensional numerical integration algorithm.
virtual Bool_t canIntegrate2D() const
RooIntegrator2D()
Default constructor.
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...