List of created basis functions.
Definition at line 105 of file RooAbsAnaConvPdf.h.
Public Member Functions | |
virtual | ~CacheElem () |
RooArgList | containedArgs (Action) |
![]() | |
RooAbsCacheElement () | |
virtual | ~RooAbsCacheElement () |
virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
Interface for constant term optimization calls. | |
virtual void | operModeHook (RooAbsArg::OperMode) |
Interface for operation mode change calls. | |
virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
Interface for cache optimization calls. | |
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. | |
virtual Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
Interface for server redirect calls. | |
void | setOwner (RooAbsArg *owner) |
Public Attributes | |
RooArgList | _coefVarList |
RooArgList | _normList |
Additional Inherited Members | |
![]() | |
enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } |
![]() | |
RooAbsArg * | _owner |
#include <RooAbsAnaConvPdf.h>
|
inlinevirtual |
Definition at line 107 of file RooAbsAnaConvPdf.h.
|
inlinevirtual |
Implements RooAbsCacheElement.
Definition at line 109 of file RooAbsAnaConvPdf.h.
RooArgList RooAbsAnaConvPdf::CacheElem::_coefVarList |
Definition at line 115 of file RooAbsAnaConvPdf.h.
RooArgList RooAbsAnaConvPdf::CacheElem::_normList |
Definition at line 116 of file RooAbsAnaConvPdf.h.