63 _xIntegrator(0), _xint(0)
133 for (i=0 ; i<
_nseg ; i++) {
std::string GetName(const std::string &scope_name)
RooAbsIntegrator is the abstract interface for integrators of real-valued functions that implement th...
virtual ~RooSegmentedIntegrator2D()
Destructor.
RooSegmentedIntegrator2D()
Default constructor.
RooNumIntConfig holds the configuration parameters of the various numeric integrators used by RooReal...
RooNumIntFactory is a factory to instantiate numeric integrators from a given function binding and a ...
static Int_t isInfinite(Double_t x)
Return true if x is infinite by RooNumBer internal specification.
Function binding representing the output of a RooAbsIntegrator.
RooSegmentedIntegrator1D implements an adaptive one-dimensional numerical integration algorithm...
void function(const Char_t *name_, T fun, const Char_t *docstring=0)
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Virtual constructor with given function and configuration. Needed by RooNumIntFactory.
RooIntegrator1D ** _array
virtual Double_t getMinLimit(UInt_t dimension) const =0
Bool_t _useIntegrandLimits
Bool_t setLimits(Double_t *xmin, Double_t *xmax)
Change our integration limits.
const RooAbsFunc * integrand() const
virtual Double_t getMaxLimit(UInt_t dimension) const =0
static void registerIntegrator(RooNumIntFactory &fact)
Register RooSegmentedIntegrator2D, its parameters, dependencies and capabilities with RooNumIntFactor...
Mother of all ROOT objects.
virtual Bool_t checkLimits() const
Check that our integration range is finite and otherwise return kFALSE.
RooSegmentedIntegrator1D * _xIntegrator
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
RooSegmentedIntegrator2D implements an adaptive one-dimensional numerical integration algorithm...
Bool_t storeProtoIntegrator(RooAbsIntegrator *proto, const RooArgSet &defConfig, const char *depName="")
Method accepting registration of a prototype numeric integrator along with a RooArgSet of its default...