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

Definition at line 67 of file RooProduct.h.

Public Member Functions

virtual ~CacheElem ()
 Destructor. More...
 
virtual RooArgList containedArgs (Action)
 Return list of all RooAbsArgs in cache element. 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 void printCompactTreeHook (std::ostream &, const char *, Int_t curElem, Int_t totElem)
 Hook function to print cache guts in tree printing mode of RooAbsArgs. 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 _ownedList
 
RooArgList _prodList
 

Additional Inherited Members

- Public Types inherited from RooAbsCacheElement
enum  Action { OperModeChange, OptimizeCaching, FindConstantNodes }
 
- Protected Attributes inherited from RooAbsCacheElement
RooAbsArg_owner
 

#include <RooProduct.h>

Inheritance diagram for RooProduct::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ ~CacheElem()

RooProduct::CacheElem::~CacheElem ( )
virtual

Destructor.

Definition at line 447 of file RooProduct.cxx.

Member Function Documentation

◆ containedArgs()

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

Return list of all RooAbsArgs in cache element.

Implements RooAbsCacheElement.

Definition at line 455 of file RooProduct.cxx.

Member Data Documentation

◆ _ownedList

RooArgList RooProduct::CacheElem::_ownedList

Definition at line 72 of file RooProduct.h.

◆ _prodList

RooArgList RooProduct::CacheElem::_prodList

Definition at line 71 of file RooProduct.h.


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