16 #ifndef ROO_ADAPTIVE_GAUSS_KRONROD_INTEGRATOR_1D 17 #define ROO_ADAPTIVE_GAUSS_KRONROD_INTEGRATOR_1D 78 _x[0] = xx ;
return _x ;
double RooAdaptiveGaussKronrodIntegrator1D_GSL_GlueFunction(double x, void *data)
Glue function interacing to GSL code.
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 canIntegrate2D() const
Double_t _epsAbs
Current coordinate.
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
virtual Bool_t setLimits(Double_t *, Double_t *)
virtual Bool_t checkLimits() const
Check that our integration range is finite and otherwise return kFALSE.
virtual Bool_t canIntegrateND() const
#define ClassDef(name, id)
virtual ~RooAdaptiveGaussKronrodIntegrator1D()
Destructor.
Double_t * xvec(Double_t &xx)
Bool_t setLimits(Double_t *xmin, Double_t *xmax)
Change our integration limits.
virtual Bool_t setUseIntegrandLimits(Bool_t flag)
Interface function that allows to defer limit definition to integrand definition. ...
Bool_t _useIntegrandLimits
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Virtual constructor.
virtual Double_t integral(const Double_t *yvec=0)
Calculate and return integral at at given parameter values.
virtual Bool_t canIntegrateOpenEnded() const
static void registerIntegrator(RooNumIntFactory &fact)
Register this class with RooNumIntConfig as a possible choice of numeric integrator for one-dimension...
friend double RooAdaptiveGaussKronrodIntegrator1D_GSL_GlueFunction(double x, void *data)
Glue function interacing to GSL code.
RooAdaptiveGaussKronrodIntegrator1D implements the Gauss-Kronrod integration algorithm.
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
virtual Bool_t canIntegrate1D() const
Double_t _xmax
Lower integration bound.
RooAdaptiveGaussKronrodIntegrator1D()
coverity[UNINIT_CTOR] Default constructor
Bool_t initialize()
Initialize integrator allocate buffers and setup GSL workspace.