ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | List of all members
RooAddPdf::CacheElem Class Reference

Transiet cache with transformed values of coefficients.

Definition at line 106 of file RooAddPdf.h.

Public Member Functions

virtual ~CacheElem ()
 
virtual RooArgList containedArgs (Action)
 List all RooAbsArg derived contents in this cache element. 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 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 ~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 _suppNormList
 
Bool_t _needSupNorm
 
RooArgList _projList
 
RooArgList _suppProjList
 
RooArgList _refRangeProjList
 
RooArgList _rangeProjList
 

Additional Inherited Members

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

#include <RooAddPdf.h>

+ Inheritance diagram for RooAddPdf::CacheElem:
+ Collaboration diagram for RooAddPdf::CacheElem:

Constructor & Destructor Documentation

§ ~CacheElem()

virtual RooAddPdf::CacheElem::~CacheElem ( )
inlinevirtual

Definition at line 108 of file RooAddPdf.h.

Member Function Documentation

§ containedArgs()

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

List all RooAbsArg derived contents in this cache element.

Implements RooAbsCacheElement.

Definition at line 1158 of file RooAddPdf.cxx.

Member Data Documentation

§ _needSupNorm

Bool_t RooAddPdf::CacheElem::_needSupNorm

Definition at line 111 of file RooAddPdf.h.

Referenced by RooAddPdf::evaluate(), and RooAddPdf::getProjCache().

§ _projList

RooArgList RooAddPdf::CacheElem::_projList

Definition at line 113 of file RooAddPdf.h.

Referenced by RooAddPdf::getProjCache(), and RooAddPdf::updateCoefficients().

§ _rangeProjList

RooArgList RooAddPdf::CacheElem::_rangeProjList

§ _refRangeProjList

RooArgList RooAddPdf::CacheElem::_refRangeProjList

§ _suppNormList

RooArgList RooAddPdf::CacheElem::_suppNormList

§ _suppProjList

RooArgList RooAddPdf::CacheElem::_suppProjList

Definition at line 114 of file RooAddPdf.h.

Referenced by RooAddPdf::getProjCache(), and RooAddPdf::updateCoefficients().


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