Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
RooMomentMorph::CacheElem Class Reference

Definition at line 56 of file RooMomentMorph.h.

Public Member Functions

 CacheElem (RooAbsPdf &sumPdf, RooChangeTracker &tracker, const RooArgList &flist)
 
virtual ~CacheElem ()
 
void calculateFractions (const RooMomentMorph &self, Bool_t verbose=kTRUE) const
 
virtual RooArgList containedArgs (Action)
 
RooRealVarfrac (Int_t i)
 
const RooRealVarfrac (Int_t i) const
 
void operModeHook (RooAbsArg::OperMode)
 Interface for operation mode change calls. More...
 
- 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. 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

RooArgList _frac
 
RooAbsPdf_sumPdf
 
RooChangeTracker_tracker
 

Additional Inherited Members

- Public Types inherited from RooAbsCacheElement
enum  Action { OperModeChange, OptimizeCaching, FindConstantNodes }
 
- Protected Attributes inherited from RooAbsCacheElement
RooAbsArg_owner
 

#include <RooMomentMorph.h>

Inheritance diagram for RooMomentMorph::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

RooMomentMorph::CacheElem::CacheElem ( RooAbsPdf sumPdf,
RooChangeTracker tracker,
const RooArgList flist 
)
inline

Definition at line 58 of file RooMomentMorph.h.

◆ ~CacheElem()

RooMomentMorph::CacheElem::~CacheElem ( )
virtual

Definition at line 378 of file RooMomentMorph.cxx.

Member Function Documentation

◆ calculateFractions()

void RooMomentMorph::CacheElem::calculateFractions ( const RooMomentMorph self,
Bool_t  verbose = kTRUE 
) const

Definition at line 444 of file RooMomentMorph.cxx.

◆ containedArgs()

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

Implements RooAbsCacheElement.

Definition at line 369 of file RooMomentMorph.cxx.

◆ frac() [1/2]

RooRealVar * RooMomentMorph::CacheElem::frac ( Int_t  i)

Definition at line 427 of file RooMomentMorph.cxx.

◆ frac() [2/2]

const RooRealVar * RooMomentMorph::CacheElem::frac ( Int_t  i) const

Definition at line 436 of file RooMomentMorph.cxx.

◆ operModeHook()

void RooMomentMorph::CacheElem::operModeHook ( RooAbsArg::OperMode  )
inlinevirtual

Interface for operation mode change calls.

Reimplemented from RooAbsCacheElement.

Definition at line 59 of file RooMomentMorph.h.

Member Data Documentation

◆ _frac

RooArgList RooMomentMorph::CacheElem::_frac

Definition at line 64 of file RooMomentMorph.h.

◆ _sumPdf

RooAbsPdf* RooMomentMorph::CacheElem::_sumPdf

Definition at line 62 of file RooMomentMorph.h.

◆ _tracker

RooChangeTracker* RooMomentMorph::CacheElem::_tracker

Definition at line 63 of file RooMomentMorph.h.


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