ROOT 6.14/05 Reference Guide |
Definition at line 130 of file RooProdPdf.h.
Public Member Functions | |
CacheElem () | |
virtual | ~CacheElem () |
Destructor. More... | |
virtual RooArgList | containedArgs (Action) |
Return RooAbsArg components contained in the cache. More... | |
virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) |
Hook function to print cache contents in tree printing of RooProdPdf. More... | |
Public Member Functions inherited from RooAbsCacheElement | |
RooAbsCacheElement () | |
virtual | ~RooAbsCacheElement () |
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 Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
Interface for server redirect calls. More... | |
void | setOwner (RooAbsArg *owner) |
Private Member Functions | |
CacheElem (const CacheElem &) | |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange, OptimizeCaching, FindConstantNodes } |
Protected Attributes inherited from RooAbsCacheElement | |
RooAbsArg * | _owner |
#include <RooProdPdf.h>
|
inline |
Definition at line 132 of file RooProdPdf.h.
|
virtual |
Destructor.
Definition at line 1990 of file RooProdPdf.cxx.
|
private |
|
virtual |
Return RooAbsArg components contained in the cache.
Implements RooAbsCacheElement.
Definition at line 2003 of file RooProdPdf.cxx.
|
virtual |
Hook function to print cache contents in tree printing of RooProdPdf.
Reimplemented from RooAbsCacheElement.
Definition at line 2020 of file RooProdPdf.cxx.
RooArgList RooProdPdf::CacheElem::_denList |
Definition at line 137 of file RooProdPdf.h.
Bool_t RooProdPdf::CacheElem::_isRearranged |
Definition at line 140 of file RooProdPdf.h.
RooLinkedList RooProdPdf::CacheElem::_normList |
Definition at line 139 of file RooProdPdf.h.
RooArgList RooProdPdf::CacheElem::_numList |
Definition at line 136 of file RooProdPdf.h.
RooArgList RooProdPdf::CacheElem::_ownedList |
Definition at line 138 of file RooProdPdf.h.
RooArgList RooProdPdf::CacheElem::_partList |
Definition at line 135 of file RooProdPdf.h.
RooAbsReal* RooProdPdf::CacheElem::_rearrangedDen |
Definition at line 142 of file RooProdPdf.h.
RooAbsReal* RooProdPdf::CacheElem::_rearrangedNum |
Definition at line 141 of file RooProdPdf.h.