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