Definition at line 73 of file RooProduct.h.
Public Member Functions | |
~CacheElem () override | |
Destructor. | |
RooArgList | containedArgs (Action) override |
Return list of all RooAbsArgs in cache element. | |
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 | |
RooArgList | _ownedList |
RooArgList | _prodList |
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 <RooProduct.h>
|
override |
Destructor.
Definition at line 462 of file RooProduct.cxx.
|
overridevirtual |
Return list of all RooAbsArgs in cache element.
Implements RooAbsCacheElement.
Definition at line 470 of file RooProduct.cxx.
RooArgList RooProduct::CacheElem::_ownedList |
Definition at line 78 of file RooProduct.h.
RooArgList RooProduct::CacheElem::_prodList |
Definition at line 77 of file RooProduct.h.