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++) {
virtual Double_t getMin(const char *name=0) const
virtual const char * GetName() const
Returns name of object.
virtual Double_t getMax(const char *name=0) const
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 void randomize(const char *rangeName=0)
Set a new value sampled from a uniform distribution over the fit range.
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
RooAbsArg * at(Int_t idx) const
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...
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...