16 #ifndef ROO_SEGMENTED_INTEGRATOR_1D 17 #define ROO_SEGMENTED_INTEGRATOR_1D
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
virtual Bool_t setUseIntegrandLimits(Bool_t flag)
Interface function that allows to defer limit definition to integrand definition. ...
RooNumIntConfig holds the configuration parameters of the various numeric integrators used by RooReal...
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
virtual Bool_t canIntegrate2D() const
virtual Bool_t setLimits(Double_t *, Double_t *)
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Virtual constructor with given function and configuration. Needed by RooNumIntFactory.
virtual Bool_t checkLimits() const
Check that our integration range is finite and otherwise return kFALSE.
Bool_t initialize()
One-time integrator initialization.
#define ClassDef(name, id)
static void registerIntegrator(RooNumIntFactory &fact)
Register RooSegmentedIntegrator1D, its parameters, dependencies and capabilities with RooNumIntFactor...
RooSegmentedIntegrator1D implements an adaptive one-dimensional numerical integration algorithm...
RooIntegrator1D ** _array
RooSegmentedIntegrator1D()
Constructor.
virtual Bool_t canIntegrate1D() const
virtual ~RooSegmentedIntegrator1D()
Destructor.
Bool_t _useIntegrandLimits
virtual Bool_t canIntegrateND() const
RooIntegrator1D implements an adaptive one-dimensional numerical integration algorithm.
virtual Double_t integral(const Double_t *yvec=0)
Evaluate integral at given function binding parameter values.
Bool_t setLimits(Double_t *xmin, Double_t *xmax)
Change our integration limits.
virtual Bool_t canIntegrateOpenEnded() const
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...