Definition at line 62 of file RooAbsCachedPdf.h.
|
| PdfCacheElem (const RooAbsCachedPdf &self, const RooArgSet *nset) |
| Constructor of cache object which owns RooDataHist cache histogram, RooHistPdf pdf that represents is shape and RooChangeTracker meta object that tracks changes in listed dependent parameter of cache.
|
|
RooArgList | containedArgs (Action) override |
| Returns all RooAbsArg objects contained in the cache element.
|
|
RooDataHist * | hist () |
|
const RooArgSet & | nset () |
|
RooChangeTracker * | paramTracker () |
|
RooHistPdf * | pdf () |
|
void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) override |
| Print contents of cache when printing self as part of object tree.
|
|
| RooAbsCacheElement () |
|
virtual | ~RooAbsCacheElement () |
|
virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
| Interface for constant term optimization calls.
|
|
virtual TClass * | IsA () const |
|
virtual void | operModeHook (RooAbsArg::OperMode) |
| Interface for changes of operation mode.
|
|
virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
| Interface for cache optimization calls.
|
|
virtual bool | redirectServersHook (const RooAbsCollection &, bool, bool, bool) |
| Interface for server redirect calls.
|
|
void | setOwner (RooAbsArg *owner) |
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
#include <RooAbsCachedPdf.h>
◆ PdfCacheElem()
◆ containedArgs()
◆ hist()
◆ nset()
const RooArgSet & RooAbsCachedPdf::PdfCacheElem::nset |
( |
| ) |
|
|
inline |
◆ paramTracker()
◆ pdf()
RooHistPdf * RooAbsCachedPdf::PdfCacheElem::pdf |
( |
| ) |
|
|
inline |
◆ printCompactTreeHook()
void RooAbsCachedPdf::PdfCacheElem::printCompactTreeHook |
( |
std::ostream & |
os, |
|
|
const char * |
indent, |
|
|
Int_t |
curElem, |
|
|
Int_t |
maxElem |
|
) |
| |
|
overridevirtual |
◆ _hist
std::unique_ptr<RooDataHist> RooAbsCachedPdf::PdfCacheElem::_hist |
|
private |
◆ _norm
std::unique_ptr<RooAbsReal> RooAbsCachedPdf::PdfCacheElem::_norm |
|
private |
◆ _nset
RooArgSet RooAbsCachedPdf::PdfCacheElem::_nset |
|
private |
◆ _paramTracker
◆ _pdf
std::unique_ptr<RooHistPdf> RooAbsCachedPdf::PdfCacheElem::_pdf |
|
private |
The documentation for this class was generated from the following files: