ROOT 6.07/09 Reference Guide |
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) |
RooRealVar * | frac (Int_t i) |
const RooRealVar * | frac (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>
|
inline |
Definition at line 58 of file RooMomentMorph.h.
|
virtual |
Definition at line 378 of file RooMomentMorph.cxx.
void RooMomentMorph::CacheElem::calculateFractions | ( | const RooMomentMorph & | self, |
Bool_t | verbose = kTRUE |
||
) | const |
Definition at line 444 of file RooMomentMorph.cxx.
|
virtual |
Implements RooAbsCacheElement.
Definition at line 369 of file RooMomentMorph.cxx.
RooRealVar * RooMomentMorph::CacheElem::frac | ( | Int_t | i | ) |
Definition at line 427 of file RooMomentMorph.cxx.
const RooRealVar * RooMomentMorph::CacheElem::frac | ( | Int_t | i | ) | const |
Definition at line 436 of file RooMomentMorph.cxx.
|
inlinevirtual |
Interface for operation mode change calls.
Reimplemented from RooAbsCacheElement.
Definition at line 59 of file RooMomentMorph.h.
RooArgList RooMomentMorph::CacheElem::_frac |
Definition at line 64 of file RooMomentMorph.h.
RooAbsPdf* RooMomentMorph::CacheElem::_sumPdf |
Definition at line 62 of file RooMomentMorph.h.
RooChangeTracker* RooMomentMorph::CacheElem::_tracker |
Definition at line 63 of file RooMomentMorph.h.