Definition at line 77 of file RooFFTConvPdf.h.
Public Member Functions | |
| FFTCacheElem (const RooFFTConvPdf &self, const RooArgSet *nset) | |
| Clone input pdf and attach to dataset.   | |
| RooArgList | containedArgs (Action) override | 
| Returns all RooAbsArg objects contained in the cache element.   | |
  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.   | |
| RooArgList | containedArgs (Action) override | 
| Returns all RooAbsArg objects contained in the cache element.   | |
| RooDataHist * | hist () | 
| const RooArgSet & | nset () | 
| RooChangeTracker * | paramTracker () | 
| RooHistPdf * | pdf () | 
| void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) override | 
| Print contents of cache when printing self as part of object tree.   | |
| void | setUnitNorm () | 
  Public Member Functions inherited from RooAbsCacheElement | |
| RooAbsCacheElement () | |
| virtual | ~RooAbsCacheElement () | 
| virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) | 
| Interface for constant term optimization calls.   | |
| virtual TClass * | IsA () const | 
| virtual void | operModeHook (RooAbsArg::OperMode) | 
| Interface for changes of operation mode.   | |
| virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) | 
| Interface for cache optimization calls.   | |
| virtual bool | redirectServersHook (const RooAbsCollection &, bool, bool, bool) | 
| Interface for server redirect calls.   | |
| void | setOwner (RooAbsArg *owner) | 
| virtual void | Streamer (TBuffer &) | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
Public Attributes | |
| std::unique_ptr< TVirtualFFT > | fftc2r | 
| std::unique_ptr< TVirtualFFT > | fftr2c1 | 
| std::unique_ptr< TVirtualFFT > | fftr2c2 | 
| std::unique_ptr< RooAbsBinning > | histBinning | 
| std::unique_ptr< RooAbsPdf > | pdf1Clone | 
| std::unique_ptr< RooAbsPdf > | pdf2Clone | 
| std::unique_ptr< RooAbsBinning > | scanBinning | 
Additional Inherited Members | |
  Public Types inherited from RooAbsCacheElement | |
| enum | Action { OperModeChange , OptimizeCaching , FindConstantNodes } | 
  Static Public Member Functions inherited from RooAbsCacheElement | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
  Protected Attributes inherited from RooAbsCacheElement | |
| RooAbsArg * | _owner | 
| ! Pointer to owning RooAbsArg   | |
#include <RooFFTConvPdf.h>
| RooFFTConvPdf::FFTCacheElem::FFTCacheElem | ( | const RooFFTConvPdf & | self, | 
| const RooArgSet * | nset ) | 
Clone input pdf and attach to dataset.
Definition at line 352 of file RooFFTConvPdf.cxx.
      
  | 
  overridevirtual | 
Returns all RooAbsArg objects contained in the cache element.
Implements RooAbsCacheElement.
Definition at line 457 of file RooFFTConvPdf.cxx.
| std::unique_ptr<TVirtualFFT> RooFFTConvPdf::FFTCacheElem::fftc2r | 
Definition at line 85 of file RooFFTConvPdf.h.
| std::unique_ptr<TVirtualFFT> RooFFTConvPdf::FFTCacheElem::fftr2c1 | 
Definition at line 83 of file RooFFTConvPdf.h.
| std::unique_ptr<TVirtualFFT> RooFFTConvPdf::FFTCacheElem::fftr2c2 | 
Definition at line 84 of file RooFFTConvPdf.h.
| std::unique_ptr<RooAbsBinning> RooFFTConvPdf::FFTCacheElem::histBinning | 
Definition at line 90 of file RooFFTConvPdf.h.
| std::unique_ptr<RooAbsPdf> RooFFTConvPdf::FFTCacheElem::pdf1Clone | 
Definition at line 87 of file RooFFTConvPdf.h.
| std::unique_ptr<RooAbsPdf> RooFFTConvPdf::FFTCacheElem::pdf2Clone | 
Definition at line 88 of file RooFFTConvPdf.h.
| std::unique_ptr<RooAbsBinning> RooFFTConvPdf::FFTCacheElem::scanBinning | 
Definition at line 91 of file RooFFTConvPdf.h.