71 <<
" observables, analytical integration is only implemented for the first 31 observables" << endl ;
76 for (
int i=0 ; i<
x.
getSize() ; i++) {
91 for (
int i=0 ; i<32 ; i++) {
94 ret *= (var->
getMax(rangeName) - var->
getMin(rangeName)) ;
109 <<
" observables, internal integrator is only implemented for the first 31 observables" << endl ;
114 for (
int i=0 ; i<
x.
getSize() ; i++) {
135 for (
int i=0 ; i<32 ; i++) {
RooAbsArg * find(const char *name) const
Find object with given name in list.
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
virtual Double_t getMax(const char *name=0) const
Get maximum of currently defined range.
virtual void randomize(const char *rangeName=0)
Set a new value sampled from a uniform distribution over the fit range.
virtual Double_t getMin(const char *name=0) const
Get miniminum of currently defined range.
RooAbsArg * at(Int_t idx) const
Return object at given index, or nullptr if index is out of range.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
virtual Bool_t add(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling add() for each element in the source coll...
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
virtual const char * GetName() const
Returns name of object.