16#ifndef ROO_INTEGRATOR_BINDING
17#define ROO_INTEGRATOR_BINDING
#define ClassDef(name, id)
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
UInt_t getDimension() const
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
Double_t integrand(const Double_t x[]) const
virtual Double_t integral(const Double_t *yvec=0)=0
Function binding representing the output of a RooAbsIntegrator.
virtual ~RooIntegratorBinding()
virtual Double_t operator()(const Double_t xvector[]) const
virtual Double_t getMinLimit(UInt_t index) const
RooIntegratorBinding(RooAbsIntegrator &integrator)
RooAbsIntegrator * _integrator
virtual Double_t getMaxLimit(UInt_t index) const