ROOT 6.18/05 Reference Guide |
Definition at line 79 of file RooFFTConvPdf.h.
Public Member Functions | |
FFTCacheElem (const RooFFTConvPdf &self, const RooArgSet *nset) | |
Clone input pdf and attach to dataset. More... | |
~FFTCacheElem () | |
virtual RooArgList | containedArgs (Action) |
Returns all RooAbsArg objects contained in the cache element. More... | |
Public Member Functions inherited from RooAbsCachedPdf::PdfCacheElem | |
PdfCacheElem (const RooAbsCachedPdf &self, const RooArgSet *nset) | |
Constructor of cache object which owns RooDataHist cache histogram, RooHistPdf pdf that represents is shape and RooChangeTracker meta object that tracks changes in listed dependent parameter of cache. More... | |
virtual | ~PdfCacheElem () |
Cache element destructor. More... | |
virtual RooArgList | containedArgs (Action) |
Returns all RooAbsArg objects contained in the cache element. More... | |
RooDataHist * | hist () |
const RooArgSet & | nset () |
RooChangeTracker * | paramTracker () |
RooHistPdf * | pdf () |
virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) |
Print contents of cache when printing self as part of object tree. More... | |
Public Member Functions inherited from RooAbsCacheElement | |
RooAbsCacheElement () | |
virtual | ~RooAbsCacheElement () |
virtual RooArgList | containedArgs (Action)=0 |
virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
Interface for constant term optimization calls. More... | |
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 | 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 Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
Interface for server redirect calls. More... | |
void | setOwner (RooAbsArg *owner) |
Public Attributes | |
TVirtualFFT * | fftc2r |
TVirtualFFT * | fftr2c1 |
TVirtualFFT * | fftr2c2 |
RooAbsBinning * | histBinning |
RooAbsPdf * | pdf1Clone |
RooAbsPdf * | pdf2Clone |
RooAbsBinning * | scanBinning |
Additional Inherited Members | |
Public Types inherited from RooAbsCacheElement | |
enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } |
Protected Attributes inherited from RooAbsCacheElement | |
RooAbsArg * | _owner |
#include <RooFFTConvPdf.h>
RooFFTConvPdf::FFTCacheElem::FFTCacheElem | ( | const RooFFTConvPdf & | self, |
const RooArgSet * | nset | ||
) |
Clone input pdf and attach to dataset.
Definition at line 283 of file RooFFTConvPdf.cxx.
RooFFTConvPdf::FFTCacheElem::~FFTCacheElem | ( | ) |
Definition at line 408 of file RooFFTConvPdf.cxx.
|
virtual |
Returns all RooAbsArg objects contained in the cache element.
Reimplemented from RooAbsCachedPdf::PdfCacheElem.
Definition at line 389 of file RooFFTConvPdf.cxx.
TVirtualFFT* RooFFTConvPdf::FFTCacheElem::fftc2r |
Definition at line 88 of file RooFFTConvPdf.h.
TVirtualFFT* RooFFTConvPdf::FFTCacheElem::fftr2c1 |
Definition at line 86 of file RooFFTConvPdf.h.
TVirtualFFT* RooFFTConvPdf::FFTCacheElem::fftr2c2 |
Definition at line 87 of file RooFFTConvPdf.h.
RooAbsBinning* RooFFTConvPdf::FFTCacheElem::histBinning |
Definition at line 93 of file RooFFTConvPdf.h.
RooAbsPdf* RooFFTConvPdf::FFTCacheElem::pdf1Clone |
Definition at line 90 of file RooFFTConvPdf.h.
RooAbsPdf* RooFFTConvPdf::FFTCacheElem::pdf2Clone |
Definition at line 91 of file RooFFTConvPdf.h.
RooAbsBinning* RooFFTConvPdf::FFTCacheElem::scanBinning |
Definition at line 94 of file RooFFTConvPdf.h.