Logo ROOT  
Reference Guide
RooProjectedPdf::CacheElem Class Reference

Definition at line 53 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>

Inheritance diagram for RooProjectedPdf::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ ~CacheElem()

virtual RooProjectedPdf::CacheElem::~CacheElem ( )
inlinevirtual

Definition at line 55 of file RooProjectedPdf.h.

Member Function Documentation

◆ containedArgs()

RooArgList RooProjectedPdf::CacheElem::containedArgs ( Action  )
virtual

Return RooAbsArg elements contained in projection cache element.

Implements RooAbsCacheElement.

Definition at line 273 of file RooProjectedPdf.cxx.

◆ printCompactTreeHook()

void RooProjectedPdf::CacheElem::printCompactTreeHook ( std::ostream &  os,
const char *  indent,
Int_t  curElem,
Int_t  maxElem 
)
virtual

Print contents of cache when printing self as part of object tree.

Reimplemented from RooAbsCacheElement.

Definition at line 301 of file RooProjectedPdf.cxx.

Member Data Documentation

◆ _projection

RooAbsReal* RooProjectedPdf::CacheElem::_projection

Definition at line 57 of file RooProjectedPdf.h.

Libraries for RooProjectedPdf::CacheElem:
[legend]

The documentation for this class was generated from the following files: