Definition at line 53 of file RooProjectedPdf.h.
Public Member Functions | |
~CacheElem () override | |
RooArgList | containedArgs (Action) override |
Return RooAbsArg elements contained in projection cache element. More... | |
void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) override |
Print contents of cache when printing self as part of object tree. 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 | |
RooAbsReal * | _projection |
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 <RooProjectedPdf.h>
|
inlineoverride |
Definition at line 55 of file RooProjectedPdf.h.
|
overridevirtual |
Return RooAbsArg elements contained in projection cache element.
Implements RooAbsCacheElement.
Definition at line 265 of file RooProjectedPdf.cxx.
|
overridevirtual |
Print contents of cache when printing self as part of object tree.
Reimplemented from RooAbsCacheElement.
Definition at line 293 of file RooProjectedPdf.cxx.
RooAbsReal* RooProjectedPdf::CacheElem::_projection |
Definition at line 57 of file RooProjectedPdf.h.