Definition at line 71 of file RooProduct.h.
Public Types | |
| enum | Action { OperModeChange , OptimizeCaching } |
Public Member Functions | |
| ~CacheElem () override | |
| Destructor. | |
| RooArgList | containedArgs (Action) override |
| Return list of all RooAbsArgs in cache element. | |
| 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) |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Public Attributes | |
| RooArgList | _ownedList |
| RooArgList | _prodList |
Protected Attributes | |
| RooAbsArg * | _owner |
| ! Pointer to owning RooAbsArg | |
#include <RooProduct.h>
|
inherited |
| Enumerator | |
|---|---|
| OperModeChange | |
| OptimizeCaching | |
Definition at line 39 of file RooAbsCacheElement.h.
|
override |
Destructor.
Definition at line 453 of file RooProduct.cxx.
Definition at line 54 of file RooAbsCacheElement.h.
|
overridevirtual |
Return list of all RooAbsArgs in cache element.
Implements RooAbsCacheElement.
Definition at line 461 of file RooProduct.cxx.
Definition at line 54 of file RooAbsCacheElement.h.
Definition at line 54 of file RooAbsCacheElement.h.
|
inlinevirtualinherited |
Interface for changes of operation mode.
Reimplemented in RooLagrangianMorphFunc::CacheElem.
Definition at line 42 of file RooAbsCacheElement.h.
|
virtualinherited |
Interface for cache optimization calls.
The default implementation is to forward all these calls to all contained RooAbsArg objects as publicized through containedArg()
Definition at line 58 of file RooAbsCacheElement.cxx.
|
virtualinherited |
Hook function to print cache guts in tree printing mode of RooAbsArgs.
Reimplemented in RooAbsCachedPdf::PdfCacheElem, RooAbsCachedReal::FuncCacheElem, RooProdPdf::CacheElem, and RooProjectedPdf::CacheElem.
Definition at line 48 of file RooAbsCacheElement.cxx.
|
virtualinherited |
Interface for server redirect calls.
Definition at line 37 of file RooAbsCacheElement.cxx.
|
inlineinherited |
Definition at line 45 of file RooAbsCacheElement.h.
|
inlineinherited |
Definition at line 54 of file RooAbsCacheElement.h.
| RooArgList RooProduct::CacheElem::_ownedList |
Definition at line 76 of file RooProduct.h.
|
protectedinherited |
! Pointer to owning RooAbsArg
Definition at line 52 of file RooAbsCacheElement.h.
| RooArgList RooProduct::CacheElem::_prodList |
Definition at line 75 of file RooProduct.h.