Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooAddPdf::CacheElem Class Reference

Transient cache with transformed values of coefficients.

Definition at line 105 of file RooAddPdf.h.

Public Member Functions

virtual ~CacheElem ()
 
virtual RooArgList containedArgs (Action)
 List all RooAbsArg derived contents in this cache element.
 
- 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 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 void printCompactTreeHook (std::ostream &, const char *, Int_t curElem, Int_t totElem)
 Hook function to print cache guts in tree printing mode of RooAbsArgs.
 
virtual Bool_t redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t)
 Interface for server redirect calls.
 
void setOwner (RooAbsArg *owner)
 

Public Attributes

bool _needSupNorm
 
RooArgList _projList
 
RooArgList _rangeProjList
 
RooArgList _refRangeProjList
 
RooArgList _suppNormList
 
RooArgList _suppProjList
 

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:
[legend]

Constructor & Destructor Documentation

◆ ~CacheElem()

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

Definition at line 107 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 1073 of file RooAddPdf.cxx.

Member Data Documentation

◆ _needSupNorm

bool RooAddPdf::CacheElem::_needSupNorm

Definition at line 110 of file RooAddPdf.h.

◆ _projList

RooArgList RooAddPdf::CacheElem::_projList

Definition at line 112 of file RooAddPdf.h.

◆ _rangeProjList

RooArgList RooAddPdf::CacheElem::_rangeProjList

Definition at line 115 of file RooAddPdf.h.

◆ _refRangeProjList

RooArgList RooAddPdf::CacheElem::_refRangeProjList

Definition at line 114 of file RooAddPdf.h.

◆ _suppNormList

RooArgList RooAddPdf::CacheElem::_suppNormList

Definition at line 109 of file RooAddPdf.h.

◆ _suppProjList

RooArgList RooAddPdf::CacheElem::_suppProjList

Definition at line 113 of file RooAddPdf.h.

Libraries for RooAddPdf::CacheElem:

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