Normalization set with for above integral.
Definition at line 322 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 TClass * | IsA () 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 | |
std::unique_ptr< RooAbsReal > | _norm |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } |
Static Public Member Functions inherited from RooAbsCacheElement | |
static TClass * | Class () |
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>
|
inline |
Definition at line 324 of file RooAbsPdf.h.
|
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 2430 of file RooAbsPdf.cxx.
|
inlineoverridevirtual |
Implements RooAbsCacheElement.
Definition at line 326 of file RooAbsPdf.h.
std::unique_ptr<RooAbsReal> RooAbsPdf::CacheElem::_norm |
Definition at line 327 of file RooAbsPdf.h.