#define ClassDefOverride(name, id)
 
friend class FuncCacheElem
 
Abstract interface for all probability density functions.
 
Implementation of RooNumRunningInt that calculates cumulative distribution functions from p....
 
RooNumCdf(const char *name, const char *title, RooAbsPdf &_pdf, RooRealVar &_x, const char *binningName="cache")
Construct a cumulative distribution function from given input p.d.f over observable x.
 
void fillCacheObject(FuncCacheElem &cacheFunc) const override
Fill cache using running integral cache elements calculate() method with specification of cdf-specifi...
 
TObject * clone(const char *newname=nullptr) const override
 
RooNumCdf(const RooNumCdf &other, const char *name=nullptr)
 
Implementation of RooAbsCachedReal that represents a running integral.
 
const char * binningName() const override
 
Variable that can be changed from the outside.
 
Mother of all ROOT objects.