12#ifndef ROOABSSELFCACHEDREAL
13#define ROOABSSELFCACHEDREAL
#define ClassDefOverride(name, id)
RooAbsCachedReal is the abstract base class for functions that need or want to cache their evaluate()...
friend class FuncCacheElem
RooAbsSelfCachedReal is an abstract base class for functions whose output is cached in terms of a his...
RooArgSet * actualObservables(const RooArgSet &nset) const override
Defines observables to be cached, given a set of user defined observables Returns the subset of nset ...
~RooAbsSelfCachedReal() override
Destructor.
RooArgSet * actualParameters(const RooArgSet &nset) const override
Defines parameters on which cache contents depends.
void fillCacheObject(FuncCacheElem &cache) const override
Fill cache with sampling of function as defined by the evaluate() implementation.
const char * inputBaseName() const override
RooArgSet is a container object that can hold multiple RooAbsArg objects.
const char * GetName() const override
Returns name of object.