Logo ROOT  
Reference Guide
RooAbsPdf::CacheElem Class Reference

Normalization set with for above integral.

Definition at line 324 of file RooAbsPdf.h.

Public Member Functions

 CacheElem (RooAbsReal &norm)
 
virtual ~CacheElem ()
 Destructor of normalization cache element. More...
 
virtual RooArgList containedArgs (Action)
 
void operModeHook (RooAbsArg::OperMode)
 Dummy implementation. More...
 
- Public Member Functions inherited from RooAbsCacheElement
 RooAbsCacheElement ()
 
virtual ~RooAbsCacheElement ()
 
virtual RooArgList containedArgs (Action)=0
 
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

RooAbsReal_norm
 

Additional Inherited Members

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

#include <RooAbsPdf.h>

Inheritance diagram for RooAbsPdf::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

RooAbsPdf::CacheElem::CacheElem ( RooAbsReal norm)
inline

Definition at line 326 of file RooAbsPdf.h.

◆ ~CacheElem()

RooAbsPdf::CacheElem::~CacheElem ( )
virtual

Destructor of normalization cache element.

If this element provides the 'current' normalization stored in RooAbsPdf::_norm zero _norm pointer here before object pointed to is deleted here

Definition at line 3344 of file RooAbsPdf.cxx.

Member Function Documentation

◆ containedArgs()

virtual RooArgList RooAbsPdf::CacheElem::containedArgs ( Action  )
inlinevirtual

Implements RooAbsCacheElement.

Definition at line 329 of file RooAbsPdf.h.

◆ operModeHook()

void RooAbsPdf::CacheElem::operModeHook ( RooAbsArg::OperMode  )
virtual

Dummy implementation.

Reimplemented from RooAbsCacheElement.

Definition at line 3333 of file RooAbsPdf.cxx.

Member Data Documentation

◆ _norm

RooAbsReal* RooAbsPdf::CacheElem::_norm

Definition at line 330 of file RooAbsPdf.h.

Libraries for RooAbsPdf::CacheElem:
[legend]

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