virtual const char * GetName() const
Returns name of object.
virtual RooArgSet * actualParameters(const RooArgSet &nset) const
If this p.d.f is operated with a fixed set of observables, return all variables of the external input...
virtual TObject * clone(const char *newname) const
void setCdfBoundaries(Bool_t flag)
virtual const char * payloadUniqueSuffix() const
void setCacheSource(Bool_t flag)
virtual ~RooCachedReal()
Destructor.
#define ClassDef(name, id)
virtual FuncCacheElem * createCache(const RooArgSet *nset) const
Interface function to create an internal cache object that represent each cached function configurati...
Bool_t getCdfBoundaries() const
RooAbsCachedReal is the abstract base class for functions that need or want to cache their evaluate()...
virtual const char * inputBaseName() const
RooCachedReal is an implementation of RooAbsCachedReal that can cache any external RooAbsReal input f...
virtual Double_t evaluate() const
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Mother of all ROOT objects.
RooSetProxy is the concrete proxy for RooArgSet objects.
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
virtual RooArgSet * actualObservables(const RooArgSet &nset) const
If this pdf is operated with a fixed set of observables, return the subset of the fixed observables t...
const RooAbsReal & arg() const
Bool_t cacheSource() const
const char * aggregateCacheUniqueSuffix() const
virtual void fillCacheObject(FuncCacheElem &cacheFunc) const
Update contents of cache histogram by resampling the input function.