16 #ifndef ROO_MC_INTEGRATOR 17 #define ROO_MC_INTEGRATOR
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...
void setGenType(GeneratorType type)
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
Double_t getAlpha() const
RooMCIntegrator()
Default constructor.
const RooGrid & grid() const
GeneratorType getGenType() const
virtual Bool_t canIntegrateND() const
#define ClassDef(name, id)
RooMCIntegrator implements an adaptive multi-dimensional Monte Carlo numerical integration, following the VEGAS algorithm originally described in G.
void setAlpha(Double_t alpha)
virtual Bool_t canIntegrateOpenEnded() const
virtual Double_t integral(const Double_t *yvec=0)
Evaluate the integral using a fixed number of calls to evaluate the integrand equal to about 10k per ...
static void registerIntegrator(RooNumIntFactory &fact)
This function registers class RooMCIntegrator, its configuration options and its capabilities with Ro...
virtual ~RooMCIntegrator()
Destructor.
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Return clone of this generator operating on given function with given configuration Needed to support...
virtual Bool_t canIntegrate1D() const
Double_t vegas(Stage stage, UInt_t calls, UInt_t iterations, Double_t *absError=0)
Perform one step of Monte Carlo integration using the specified number of iterations with (approximat...
virtual Bool_t checkLimits() const
Check if we can integrate over the current domain.
RooGrid is a utility class for RooMCIntegrator which implements an adaptive multi-dimensional Monte C...
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
virtual Bool_t canIntegrate2D() const