ROOT
6.07/01
Reference Guide
|
Iterator over _convNormSet.
Definition at line 102 of file RooAbsAnaConvPdf.h.
Public Member Functions | |
virtual | ~CacheElem () |
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 | _coefVarList |
RooArgList | _normList |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange, OptimizeCaching, FindConstantNodes } |
Protected Attributes inherited from RooAbsCacheElement | |
RooAbsArg * | _owner |
#include <RooAbsAnaConvPdf.h>
|
inlinevirtual |
Definition at line 104 of file RooAbsAnaConvPdf.h.
|
inlinevirtual |
Implements RooAbsCacheElement.
Definition at line 106 of file RooAbsAnaConvPdf.h.
RooArgList RooAbsAnaConvPdf::CacheElem::_coefVarList |
Definition at line 112 of file RooAbsAnaConvPdf.h.
Referenced by containedArgs(), and RooAbsAnaConvPdf::getCoefNorm().
RooArgList RooAbsAnaConvPdf::CacheElem::_normList |
Definition at line 113 of file RooAbsAnaConvPdf.h.
Referenced by containedArgs(), and RooAbsAnaConvPdf::getCoefNorm().