![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 56 of file RooMomentMorph.h.
Public Member Functions | |
| CacheElem (RooAbsPdf &sumPdf, RooChangeTracker &tracker, const RooArgList &flist) | |
| void | operModeHook (RooAbsArg::OperMode) |
| Interface for operation mode change calls. More... | |
| virtual | ~CacheElem () |
| virtual RooArgList | containedArgs (Action) |
| RooRealVar * | frac (Int_t i) |
| const RooRealVar * | frac (Int_t i) const |
| void | calculateFractions (const RooMomentMorph &self, Bool_t verbose=kTRUE) const |
Public Member Functions inherited from RooAbsCacheElement | |
| RooAbsCacheElement () | |
| virtual Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
| Interface for server redirect 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 | ~RooAbsCacheElement () |
| virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
| Interface for cache optimization calls. More... | |
| virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
| Interface for constant term optimization calls. More... | |
| void | setOwner (RooAbsArg *owner) |
Public Attributes | |
| RooAbsPdf * | _sumPdf |
| RooChangeTracker * | _tracker |
| RooArgList | _frac |
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:
Collaboration diagram for RooMomentMorph::CacheElem:
|
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.
Referenced by RooMomentMorph::evaluate(), and RooMomentMorph::sumPdf().
|
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.
Referenced by CacheElem().
| RooAbsPdf* RooMomentMorph::CacheElem::_sumPdf |
Definition at line 62 of file RooMomentMorph.h.
Referenced by containedArgs(), RooMomentMorph::evaluate(), and RooMomentMorph::sumPdf().
| RooChangeTracker* RooMomentMorph::CacheElem::_tracker |
Definition at line 63 of file RooMomentMorph.h.
Referenced by containedArgs(), RooMomentMorph::evaluate(), and RooMomentMorph::sumPdf().