Definition at line 55 of file RooProjectedPdf.h.
Public Member Functions | |
virtual | ~CacheElem () |
virtual RooArgList | containedArgs (Action) |
Return RooAbsArg elements contained in projection cache element. More... | |
virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) |
Print contents of cache when printing self as part of object tree. More... | |
Public Member Functions inherited from RooAbsCacheElement | |
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 void | operModeHook (RooAbsArg::OperMode) |
Interface for operation mode change calls. 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_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
Interface for server redirect calls. More... | |
void | setOwner (RooAbsArg *owner) |
Public Attributes | |
RooAbsReal * | _projection |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } |
Protected Attributes inherited from RooAbsCacheElement | |
RooAbsArg * | _owner |
#include <RooProjectedPdf.h>
|
inlinevirtual |
Definition at line 57 of file RooProjectedPdf.h.
|
virtual |
Return RooAbsArg elements contained in projection cache element.
Implements RooAbsCacheElement.
Definition at line 285 of file RooProjectedPdf.cxx.
|
virtual |
Print contents of cache when printing self as part of object tree.
Reimplemented from RooAbsCacheElement.
Definition at line 313 of file RooProjectedPdf.cxx.
RooAbsReal* RooProjectedPdf::CacheElem::_projection |
Definition at line 59 of file RooProjectedPdf.h.