16#ifndef ROO_REAL_SUM_PDF 
   17#define ROO_REAL_SUM_PDF 
  110                         bool & hasWarnedBefore);
 
  121                                     bool hasWarnedBefore);
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
#define ClassDefOverride(name, id)
 
RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFi...
 
bool getAttribute(const Text_t *name) const
Check if a named attribute is set. By default, all attributes are unset.
 
virtual bool isFundamental() const
Is this object a fundamental type that can be added to a dataset? Fundamental-type subclasses overrid...
 
RooAbsCacheElement is the abstract base class for objects to be stored in RooAbsCache cache manager o...
 
virtual bool add(const RooAbsArg &var, bool silent=false)
Add the specified argument to list.
 
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
 
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
 
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
 
RooAddition calculates the sum of a set of RooAbsReal terms, or when constructed with two sets,...
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Class RooObjCacheManager is an implementation of class RooCacheManager<RooAbsCacheElement> and specia...
 
RooArgList containedArgs(Action) override
 
The class RooRealSumPdf implements a PDF constructed from a sum of functions:
 
void setCacheAndTrackHints(RooArgSet &) override
Label OK'ed components of a RooRealSumPdf with cache-and-track.
 
CacheMode canNodeBeCached() const override
 
bool forceAnalyticalInt(const RooAbsArg &arg) const override
 
static bool getFloorGlobal()
 
static bool _doFloorGlobal
Global flag for introducing floor at zero in pdf.
 
TObject * clone(const char *newname) const override
 
bool _doFloor
Introduce floor at zero in pdf.
 
std::unique_ptr< RooAbsReal > createExpectedEventsFunc(const RooArgSet *nset) const override
Returns an object that represents the expected number of events for a given normalization set,...
 
bool checkObservables(const RooArgSet *nset) const override
Check if FUNC is valid for given normalization set.
 
const RooArgList & funcList() const
 
~RooRealSumPdf() override
Destructor.
 
RooObjCacheManager _normIntMgr
! The integration cache manager
 
void computeBatch(cudaStream_t *, double *output, size_t size, RooFit::Detail::DataMap const &) const override
Base function for computing multiple values of a RooAbsReal.
 
std::unique_ptr< RooAbsArg > compileForNormSet(RooArgSet const &normSet, RooFit::Detail::CompileContext &ctx) const override
 
std::list< double > * plotSamplingHint(RooAbsRealLValue &, double, double) const override
Interface for returning an optional hint for initial sampling points when constructing a curve projec...
 
double evaluate() const override
Calculate the current value.
 
ExtendMode extendMode() const override
Returns ability of PDF to provide extended likelihood terms.
 
RooListProxy _coefList
List of coefficients.
 
bool selfNormalized() const override
Shows if a PDF is self-normalized, which means that no attempt is made to add a normalization term.
 
RooListProxy _funcList
List of component FUNCs.
 
std::list< double > * binBoundaries(RooAbsRealLValue &, double, double) const override
Retrieve bin boundaries if this distribution is binned in obs.
 
RooRealSumPdf()
Default constructor coverity[UNINIT_CTOR].
 
void printMetaArgs(std::ostream &os) const override
Customized printing of arguments of a RooRealSumPdf to more intuitively reflect the contents of the p...
 
Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &numVars, const RooArgSet *normSet, const char *rangeName=nullptr) const override
Advertise that all integrals can be handled internally.
 
double expectedEvents(const RooArgSet *nset) const override
Return expected number of events for extended likelihood calculation, which is the sum of all coeffic...
 
double analyticalIntegralWN(Int_t code, const RooArgSet *normSet, const char *rangeName=nullptr) const override
Implement analytical integrations by deferring integration of component functions to integrators of c...
 
static void setFloorGlobal(bool flag)
 
static void initializeFuncsAndCoefs(RooAbsReal const &caller, const RooArgList &inFuncList, const RooArgList &inCoefList, RooArgList &funcList, RooArgList &coefList)
 
const RooArgList & coefList() const
 
bool _extended
Allow use as extended p.d.f.
 
bool isBinnedDistribution(const RooArgSet &obs) const override
Check if all components that depend on obs are binned.
 
Mother of all ROOT objects.