ROOT  6.06/09
Reference Guide
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 Bool_t redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t)
 Interface for server redirect calls. More...
 
virtual ~RooAbsCacheElement ()
 
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 findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes)
 Interface for constant term optimization calls. More...
 
void setOwner (RooAbsArg *owner)
 

Public Attributes

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

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:
+ Collaboration diagram for RooProdPdf::CacheElem:

Constructor & Destructor Documentation

RooProdPdf::CacheElem::CacheElem ( )
inline

Definition at line 132 of file RooProdPdf.h.

RooProdPdf::CacheElem::~CacheElem ( )
virtual

Destructor.

Definition at line 2016 of file RooProdPdf.cxx.

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

Member Function Documentation

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

Return RooAbsArg components contained in the cache.

Implements RooAbsCacheElement.

Definition at line 2029 of file RooProdPdf.cxx.

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 2046 of file RooProdPdf.cxx.

Member Data Documentation

RooArgList RooProdPdf::CacheElem::_denList

Definition at line 137 of file RooProdPdf.h.

Referenced by RooProdPdf::getPartIntList(), and RooProdPdf::rearrangeProduct().

Bool_t RooProdPdf::CacheElem::_isRearranged

Definition at line 140 of file RooProdPdf.h.

Referenced by RooProdPdf::calculate(), and RooProdPdf::rearrangeProduct().

RooLinkedList RooProdPdf::CacheElem::_normList
RooArgList RooProdPdf::CacheElem::_numList

Definition at line 136 of file RooProdPdf.h.

Referenced by RooProdPdf::getPartIntList(), and RooProdPdf::rearrangeProduct().

RooArgList RooProdPdf::CacheElem::_ownedList

Definition at line 138 of file RooProdPdf.h.

Referenced by RooProdPdf::getPartIntList().

RooArgList RooProdPdf::CacheElem::_partList
RooAbsReal* RooProdPdf::CacheElem::_rearrangedDen

Definition at line 142 of file RooProdPdf.h.

Referenced by RooProdPdf::calculate(), RooProdPdf::rearrangeProduct(), and ~CacheElem().

RooAbsReal* RooProdPdf::CacheElem::_rearrangedNum

Definition at line 141 of file RooProdPdf.h.

Referenced by RooProdPdf::calculate(), RooProdPdf::rearrangeProduct(), and ~CacheElem().


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