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.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
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
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
RooAbsArg * at(Int_t idx) const
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.