16 #ifndef ROO_GAUSS_KRONROD_INTEGRATOR_1D 17 #define ROO_GAUSS_KRONROD_INTEGRATOR_1D virtual Bool_t canIntegrateND() 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...
Bool_t _useIntegrandLimits
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
virtual Bool_t canIntegrate1D() const
RooGaussKronrodIntegrator1D implements the Gauss-Kronrod integration algorithm.
virtual Bool_t setLimits(Double_t *, Double_t *)
RooGaussKronrodIntegrator1D()
coverity[UNINIT_CTOR] Default constructor
Double_t _xmax
Lower integration bound.
virtual Bool_t canIntegrate2D() const
#define ClassDef(name, id)
Double_t _epsAbs
do not persist
virtual Bool_t canIntegrateOpenEnded() const
Bool_t initialize()
Perform one-time initialization of integrator.
static void registerIntegrator(RooNumIntFactory &fact)
Register RooGaussKronrodIntegrator1D, its parameters and capabilities with RooNumIntConfig.
virtual Double_t integral(const Double_t *yvec=0)
Calculate and return integral.
virtual ~RooGaussKronrodIntegrator1D()
Destructor.
virtual Bool_t checkLimits() const
Check that our integration range is finite and otherwise return kFALSE.
double RooGaussKronrodIntegrator1D_GSL_GlueFunction(double x, void *data)
Bool_t setLimits(Double_t *xmin, Double_t *xmax)
Change our integration limits.
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Clone integrator with given function and configuration. Needed for RooNumIntFactory.
Double_t * xvec(Double_t &xx)
virtual Bool_t setUseIntegrandLimits(Bool_t flag)
Interface function that allows to defer limit definition to integrand definition. ...
friend double RooGaussKronrodIntegrator1D_GSL_GlueFunction(double x, void *data)
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...