![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 56 of file RooEffProd.h.
Public Member Functions | |
| CacheElem () | |
| virtual | ~CacheElem () |
| virtual RooArgList | containedArgs (Action) |
| Report all RooAbsArg derived objects contained in Cache Element (used in function optimization and and server redirect management of the cache) More... | |
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 | 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 | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
| Interface for constant term optimization calls. More... | |
| void | setOwner (RooAbsArg *owner) |
Public Attributes | |
| RooArgSet | _intObs |
| RooEffProd * | _clone |
| RooAbsReal * | _int |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
| enum | Action { OperModeChange, OptimizeCaching, FindConstantNodes } |
Protected Attributes inherited from RooAbsCacheElement | |
| RooAbsArg * | _owner |
#include <RooEffProd.h>
Inheritance diagram for RooEffProd::CacheElem:
Collaboration diagram for RooEffProd::CacheElem:
|
inline |
Definition at line 58 of file RooEffProd.h.
|
inlinevirtual |
Definition at line 59 of file RooEffProd.h.
|
virtual |
Report all RooAbsArg derived objects contained in Cache Element (used in function optimization and and server redirect management of the cache)
Implements RooAbsCacheElement.
Definition at line 205 of file RooEffProd.cxx.
| RooEffProd* RooEffProd::CacheElem::_clone |
Definition at line 62 of file RooEffProd.h.
Referenced by containedArgs(), RooEffProd::getAnalyticalIntegralWN(), and ~CacheElem().
| RooAbsReal* RooEffProd::CacheElem::_int |
Definition at line 63 of file RooEffProd.h.
Referenced by RooEffProd::analyticalIntegralWN(), containedArgs(), RooEffProd::getAnalyticalIntegralWN(), and ~CacheElem().
| RooArgSet RooEffProd::CacheElem::_intObs |
Definition at line 61 of file RooEffProd.h.
Referenced by containedArgs(), and RooEffProd::getAnalyticalIntegralWN().