Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooProjectedPdf::CacheElem Class Reference

Definition at line 56 of file RooProjectedPdf.h.

Public Member Functions

RooArgList containedArgs (Action) override
 Return RooAbsArg elements contained in projection cache element.
 
void printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) override
 Print contents of cache when printing self as part of object tree.
 
- 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 TClassIsA () 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 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

std::unique_ptr< RooAbsReal_projection
 

Additional Inherited Members

- Public Types inherited from RooAbsCacheElement
enum  Action { OperModeChange , OptimizeCaching , FindConstantNodes }
 
- Static Public Member Functions inherited from RooAbsCacheElement
static TClassClass ()
 
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 <RooProjectedPdf.h>

Inheritance diagram for RooProjectedPdf::CacheElem:
[legend]

Member Function Documentation

◆ containedArgs()

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

Return RooAbsArg elements contained in projection cache element.

Implements RooAbsCacheElement.

Definition at line 243 of file RooProjectedPdf.cxx.

◆ printCompactTreeHook()

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

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

Reimplemented from RooAbsCacheElement.

Definition at line 265 of file RooProjectedPdf.cxx.

Member Data Documentation

◆ _projection

std::unique_ptr<RooAbsReal> RooProjectedPdf::CacheElem::_projection

Definition at line 59 of file RooProjectedPdf.h.

Libraries for RooProjectedPdf::CacheElem:

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