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

Normalization set with for above integral.

Definition at line 379 of file RooAbsPdf.h.

Public Member Functions

 CacheElem (RooAbsReal &norm)
 
 ~CacheElem () override
 Destructor of normalization cache element.
 
RooArgList containedArgs (Action) override
 
- 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 TClassIsA () const
 
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 redirectServersHook (const RooAbsCollection &, bool, bool, bool)
 Interface for server redirect calls.
 
void setOwner (RooAbsArg *owner)
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Public Attributes

RooAbsReal_norm
 

Additional Inherited Members

- Public Types inherited from RooAbsCacheElement
enum  Action { OperModeChange , OptimizeCaching , FindConstantNodes }
 
- Static Public Member Functions inherited from RooAbsCacheElement
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
- Protected Attributes inherited from RooAbsCacheElement
RooAbsArg_owner
 ! Pointer to owning RooAbsArg
 

#include <RooAbsPdf.h>

Inheritance diagram for RooAbsPdf::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

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

Definition at line 381 of file RooAbsPdf.h.

◆ ~CacheElem()

RooAbsPdf::CacheElem::~CacheElem ( )
override

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 3296 of file RooAbsPdf.cxx.

Member Function Documentation

◆ containedArgs()

RooArgList RooAbsPdf::CacheElem::containedArgs ( Action  )
inlineoverridevirtual

Implements RooAbsCacheElement.

Definition at line 383 of file RooAbsPdf.h.

Member Data Documentation

◆ _norm

RooAbsReal* RooAbsPdf::CacheElem::_norm

Definition at line 384 of file RooAbsPdf.h.

Libraries for RooAbsPdf::CacheElem:

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