Definition at line 108 of file RooProdPdf.h.
Public Member Functions | |
CacheElem () | |
RooArgList | containedArgs (Action) override |
Return RooAbsArg components contained in the cache. | |
void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) override |
Hook function to print cache contents in tree printing of RooProdPdf. | |
void | writeToStream (std::ostream &os) const |
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. | |
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) |
Public Attributes | |
RooArgList | _denList |
bool | _isRearranged |
std::vector< std::unique_ptr< RooArgSet > > | _normList |
RooArgList | _numList |
RooArgList | _ownedList |
RooArgList | _partList |
std::unique_ptr< RooAbsReal > | _rearrangedDen {} |
std::unique_ptr< RooAbsReal > | _rearrangedNum {} |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } |
Static Public Member Functions inherited from RooAbsCacheElement | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Protected Attributes inherited from RooAbsCacheElement | |
RooAbsArg * | _owner |
! Pointer to owning RooAbsArg | |
#include <RooProdPdf.h>
|
inline |
Definition at line 110 of file RooProdPdf.h.
|
overridevirtual |
Return RooAbsArg components contained in the cache.
Implements RooAbsCacheElement.
Definition at line 1787 of file RooProdPdf.cxx.
|
overridevirtual |
Hook function to print cache contents in tree printing of RooProdPdf.
Reimplemented from RooAbsCacheElement.
Definition at line 1804 of file RooProdPdf.cxx.
void RooProdPdf::CacheElem::writeToStream | ( | std::ostream & | os | ) | const |
Definition at line 2252 of file RooProdPdf.cxx.
RooArgList RooProdPdf::CacheElem::_denList |
Definition at line 114 of file RooProdPdf.h.
bool RooProdPdf::CacheElem::_isRearranged |
Definition at line 117 of file RooProdPdf.h.
std::vector<std::unique_ptr<RooArgSet> > RooProdPdf::CacheElem::_normList |
Definition at line 116 of file RooProdPdf.h.
RooArgList RooProdPdf::CacheElem::_numList |
Definition at line 113 of file RooProdPdf.h.
RooArgList RooProdPdf::CacheElem::_ownedList |
Definition at line 115 of file RooProdPdf.h.
RooArgList RooProdPdf::CacheElem::_partList |
Definition at line 112 of file RooProdPdf.h.
std::unique_ptr<RooAbsReal> RooProdPdf::CacheElem::_rearrangedDen {} |
Definition at line 119 of file RooProdPdf.h.
std::unique_ptr<RooAbsReal> RooProdPdf::CacheElem::_rearrangedNum {} |
Definition at line 118 of file RooProdPdf.h.