ROOT
6.06/09
Reference Guide
|
Definition at line 72 of file ParamHistFunc.h.
Public Member Functions | |
CacheElem () | |
virtual | ~CacheElem () |
virtual RooArgList | containedArgs (Action) |
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 | |
RooArgList | _funcIntList |
RooArgList | _lowIntList |
RooArgList | _highIntList |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange, OptimizeCaching, FindConstantNodes } |
Protected Attributes inherited from RooAbsCacheElement | |
RooAbsArg * | _owner |
#include <RooStats/HistFactory/ParamHistFunc.h>
|
inline |
Definition at line 74 of file ParamHistFunc.h.
|
inlinevirtual |
Definition at line 75 of file ParamHistFunc.h.
|
inlinevirtual |
Implements RooAbsCacheElement.
Definition at line 76 of file ParamHistFunc.h.
RooArgList ParamHistFunc::CacheElem::_funcIntList |
Definition at line 82 of file ParamHistFunc.h.
Referenced by containedArgs().
RooArgList ParamHistFunc::CacheElem::_highIntList |
Definition at line 84 of file ParamHistFunc.h.
Referenced by containedArgs().
RooArgList ParamHistFunc::CacheElem::_lowIntList |
Definition at line 83 of file ParamHistFunc.h.
Referenced by containedArgs().