Normalization set with for above integral.
Definition at line 356 of file RooAbsPdf.h.
Public Member Functions | |
| CacheElem (RooAbsReal &norm) | |
| virtual | ~CacheElem () |
| Destructor of normalization cache element. | |
| virtual RooArgList | containedArgs (Action) |
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 | |
| 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>
|
inline |
Definition at line 358 of file RooAbsPdf.h.
|
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 3292 of file RooAbsPdf.cxx.
|
inlinevirtual |
Implements RooAbsCacheElement.
Definition at line 360 of file RooAbsPdf.h.
| RooAbsReal* RooAbsPdf::CacheElem::_norm |
Definition at line 361 of file RooAbsPdf.h.