16 #ifndef ROO_REAL_SUM_PDF
17 #define ROO_REAL_SUM_PDF
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
virtual Bool_t isFundamental() const
virtual Bool_t checkObservables(const RooArgSet *nset) const
Check if FUNC is valid for given normalization set.
static Bool_t _doFloorGlobal
TIterator * _coefIter
Iterator over FUNC list.
virtual CacheMode canNodeBeCached() const
Bool_t getAttribute(const Text_t *name) const
Check if a named attribute is set. By default, all attributes are unset.
static void setFloorGlobal(Bool_t flag)
RooObjCacheManager _normIntMgr
Iterator abstract base class.
virtual Bool_t forceAnalyticalInt(const RooAbsArg &arg) const
virtual RooArgList containedArgs(Action)
#define ClassDef(name, id)
const RooArgList & coefList() const
virtual void setCacheAndTrackHints(RooArgSet &)
Label OK'ed components of a RooRealSumPdf with cache-and-track.
virtual Double_t expectedEvents(const RooArgSet &nset) const
Bool_t _extended
Iterator over coefficient list.
virtual std::list< Double_t > * plotSamplingHint(RooAbsRealLValue &, Double_t, Double_t) const
Double_t evaluate() const
Calculate the current value.
Bool_t isBinnedDistribution(const RooArgSet &obs) const
void printMetaArgs(std::ostream &os) const
Customized printing of arguments of a RooRealSumPdf to more intuitively reflect the contents of the p...
RooRealSumPdf()
Default constructor coverity[UNINIT_CTOR].
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual Double_t expectedEvents(const RooArgSet *nset) const
Return expected number of events from this p.d.f for use in extended likelihood calculations.
const RooArgList & funcList() const
Mother of all ROOT objects.
virtual ~RooRealSumPdf()
Destructor.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &numVars, const RooArgSet *normSet, const char *rangeName=0) const
cout << "RooRealSumPdf::getAnalyticalIntegralWN:"<") << endl; Advertise that all integrals can be handled internally.
virtual ExtendMode extendMode() const
void setFloor(Bool_t flag)
virtual TObject * clone(const char *newname) const
virtual std::list< Double_t > * binBoundaries(RooAbsRealLValue &, Double_t, Double_t) const
virtual Bool_t selfNormalized() const
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
static Bool_t getFloorGlobal()
Double_t analyticalIntegralWN(Int_t code, const RooArgSet *normSet, const char *rangeName=0) const
cout << "RooRealSumPdf::analyticalIntegralWN:"<") << endl; Implement analytical integrations by deferring integration of component functions to integrators of components