|
| RICacheElem (const RooNumRunningInt &ri, const RooArgSet *nset) |
| Construct RunningIntegral CacheElement. More...
|
|
| ~RICacheElem () |
| Destructor. More...
|
|
void | addPoint (Int_t ix) |
| Sample function at bin ix. More...
|
|
void | addRange (Int_t ixlo, Int_t ixhi, Int_t nbins) |
| Fill all empty histogram bins in the range [ixlo,ixhi] where nbins is the total number of histogram bins. More...
|
|
void | calculate (Bool_t cdfmode) |
| Calculate the numeric running integral and store the result in the cache histogram provided by RooAbsCachedPdf. More...
|
|
virtual RooArgList | containedArgs (Action) |
| Return all RooAbsArg components contained in cache element. More...
|
|
| FuncCacheElem (const RooAbsCachedReal &self, const RooArgSet *nset) |
| Constructor of cache storage unit class. More...
|
|
virtual | ~FuncCacheElem () |
|
Bool_t | cacheSource () |
|
virtual RooArgList | containedArgs (Action) |
| Return list of contained RooAbsArg objects. More...
|
|
RooHistFunc * | func () |
|
RooDataHist * | hist () |
|
RooChangeTracker * | paramTracker () |
|
virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) |
| Print contents of cache when printing self as part of object tree. More...
|
|
void | setCacheSource (Bool_t flag) |
|
void | setSourceClone (RooAbsReal *newSource) |
|
RooAbsReal * | sourceClone () |
|
| RooAbsCacheElement () |
|
virtual | ~RooAbsCacheElement () |
|
virtual RooArgList | containedArgs (Action)=0 |
|
virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
| Interface for constant term optimization calls. More...
|
|
virtual void | operModeHook (RooAbsArg::OperMode) |
| Interface for operation mode change calls. More...
|
|
virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
| Interface for cache optimization calls. More...
|
|
virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t curElem, Int_t totElem) |
| Hook function to print cache guts in tree printing mode of RooAbsArgs. More...
|
|
virtual Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
| Interface for server redirect calls. More...
|
|
void | setOwner (RooAbsArg *owner) |
|