62 _xIntegrator(0), _xint(0)
132 for (i=0 ; i<
_nseg ; i++) {
virtual ~RooSegmentedIntegrator2D()
Destructor.
RooSegmentedIntegrator2D()
Default constructor.
virtual RooAbsIntegrator * clone(const RooAbsFunc &function, const RooNumIntConfig &config) const
Virtual constructor with given function and configuration. Needed by RooNumIntFactory.
static Int_t isInfinite(Double_t x)
Return true if x is infinite by RooNumBer internal specification.
RooIntegrator1D ** _array
void function(const char *name_, T fun, const char *docstring=0)
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.
virtual Bool_t checkLimits() const
Check that our integration range is finite and otherwise return kFALSE.
virtual Double_t getMaxLimit(UInt_t dimension) const =0
ClassImp(RooSegmentedIntegrator2D)
static void registerIntegrator(RooNumIntFactory &fact)
Register RooSegmentedIntegrator2D, its parameters, dependencies and capabilities with RooNumIntFactor...
Mother of all ROOT objects.
const RooAbsFunc * integrand() const
RooSegmentedIntegrator1D * _xIntegrator
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...