Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | Private Member Functions | List of all members
RooProdPdf::CacheElem Class Reference

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)
 

Public Attributes

RooArgList _denList
 
Bool_t _isRearranged
 
RooLinkedList _normList
 
RooArgList _numList
 
RooArgList _ownedList
 
RooArgList _partList
 
RooAbsReal_rearrangedDen
 
RooAbsReal_rearrangedNum
 

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>

Inheritance diagram for RooProdPdf::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem() [1/2]

RooProdPdf::CacheElem::CacheElem ( )
inline

Definition at line 132 of file RooProdPdf.h.

◆ ~CacheElem()

RooProdPdf::CacheElem::~CacheElem ( )
virtual

Destructor.

Definition at line 1990 of file RooProdPdf.cxx.

◆ CacheElem() [2/2]

RooProdPdf::CacheElem::CacheElem ( const CacheElem )
private

Member Function Documentation

◆ containedArgs()

RooArgList RooProdPdf::CacheElem::containedArgs ( Action  )
virtual

Return RooAbsArg components contained in the cache.

Implements RooAbsCacheElement.

Definition at line 2003 of file RooProdPdf.cxx.

◆ printCompactTreeHook()

void RooProdPdf::CacheElem::printCompactTreeHook ( std::ostream &  os,
const char *  indent,
Int_t  curElem,
Int_t  maxElem 
)
virtual

Hook function to print cache contents in tree printing of RooProdPdf.

Reimplemented from RooAbsCacheElement.

Definition at line 2020 of file RooProdPdf.cxx.

Member Data Documentation

◆ _denList

RooArgList RooProdPdf::CacheElem::_denList

Definition at line 137 of file RooProdPdf.h.

◆ _isRearranged

Bool_t RooProdPdf::CacheElem::_isRearranged

Definition at line 140 of file RooProdPdf.h.

◆ _normList

RooLinkedList RooProdPdf::CacheElem::_normList

Definition at line 139 of file RooProdPdf.h.

◆ _numList

RooArgList RooProdPdf::CacheElem::_numList

Definition at line 136 of file RooProdPdf.h.

◆ _ownedList

RooArgList RooProdPdf::CacheElem::_ownedList

Definition at line 138 of file RooProdPdf.h.

◆ _partList

RooArgList RooProdPdf::CacheElem::_partList

Definition at line 135 of file RooProdPdf.h.

◆ _rearrangedDen

RooAbsReal* RooProdPdf::CacheElem::_rearrangedDen

Definition at line 142 of file RooProdPdf.h.

◆ _rearrangedNum

RooAbsReal* RooProdPdf::CacheElem::_rearrangedNum

Definition at line 141 of file RooProdPdf.h.


The documentation for this class was generated from the following files: