Definition at line 100 of file RooAddModel.h.
Public Member Functions | |
~CacheElem () override | |
RooArgList | containedArgs (Action) override |
List all RooAbsArg derived contents in this cache element. More... | |
![]() | |
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 TClass * | IsA () const |
virtual void | operModeHook (RooAbsArg::OperMode) |
Interface for changes of operation mode. 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 | redirectServersHook (const RooAbsCollection &, bool, bool, bool) |
Interface for server redirect calls. More... | |
void | setOwner (RooAbsArg *owner) |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Attributes | |
RooArgList | _projList |
Projection integrals to be multiplied with coefficients. More... | |
RooArgList | _rangeProjList |
Range integrals to be multiplied with coefficients (target range) More... | |
RooArgList | _refRangeProjList |
Range integrals to be multiplied with coefficients (reference range) More... | |
RooArgList | _suppNormList |
Supplemental normalization list. More... | |
RooArgList | _suppProjList |
Projection integrals to be multiplied with coefficients for supplemental normalization terms. More... | |
Additional Inherited Members | |
![]() | |
enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static Version_t | Class_Version () |
static const char * | DeclFileName () |
![]() | |
RooAbsArg * | _owner |
! Pointer to owning RooAbsArg More... | |
#include <RooAddModel.h>
|
inlineoverride |
Definition at line 102 of file RooAddModel.h.
|
overridevirtual |
List all RooAbsArg derived contents in this cache element.
Implements RooAbsCacheElement.
Definition at line 922 of file RooAddModel.cxx.
RooArgList RooAddModel::CacheElem::_projList |
Projection integrals to be multiplied with coefficients.
Definition at line 106 of file RooAddModel.h.
RooArgList RooAddModel::CacheElem::_rangeProjList |
Range integrals to be multiplied with coefficients (target range)
Definition at line 109 of file RooAddModel.h.
RooArgList RooAddModel::CacheElem::_refRangeProjList |
Range integrals to be multiplied with coefficients (reference range)
Definition at line 108 of file RooAddModel.h.
RooArgList RooAddModel::CacheElem::_suppNormList |
Supplemental normalization list.
Definition at line 104 of file RooAddModel.h.
RooArgList RooAddModel::CacheElem::_suppProjList |
Projection integrals to be multiplied with coefficients for supplemental normalization terms.
Definition at line 107 of file RooAddModel.h.