Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooMomentMorphND::CacheElem Class Reference

Definition at line 77 of file RooMomentMorphND.h.

Public Member Functions

 CacheElem (RooAbsPdf &sumPdf, RooChangeTracker &tracker, const RooArgList &flist)
 
 ~CacheElem () override
 
void calculateFractions (const RooMomentMorphND &self, bool verbose=true) const
 
RooArgList containedArgs (Action) override
 
RooRealVarfrac (int i)
 
const RooRealVarfrac (int i) const
 
- 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 TClassIsA () 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 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 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

RooArgList _frac
 
RooAbsPdf_sum
 
RooChangeTracker_tracker
 

Additional Inherited Members

- Public Types inherited from RooAbsCacheElement
enum  Action { OperModeChange , OptimizeCaching , FindConstantNodes }
 
- Static Public Member Functions inherited from RooAbsCacheElement
static TClassClass ()
 
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 <RooMomentMorphND.h>

Inheritance diagram for RooMomentMorphND::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

RooMomentMorphND::CacheElem::CacheElem ( RooAbsPdf sumPdf,
RooChangeTracker tracker,
const RooArgList flist 
)
inline

Definition at line 79 of file RooMomentMorphND.h.

◆ ~CacheElem()

RooMomentMorphND::CacheElem::~CacheElem ( )
override

Definition at line 496 of file RooMomentMorphND.cxx.

Member Function Documentation

◆ calculateFractions()

void RooMomentMorphND::CacheElem::calculateFractions ( const RooMomentMorphND self,
bool  verbose = true 
) const

Definition at line 548 of file RooMomentMorphND.cxx.

◆ containedArgs()

RooArgList RooMomentMorphND::CacheElem::containedArgs ( Action  )
overridevirtual

Implements RooAbsCacheElement.

Definition at line 490 of file RooMomentMorphND.cxx.

◆ frac() [1/2]

RooRealVar * RooMomentMorphND::CacheElem::frac ( int  i)

Definition at line 536 of file RooMomentMorphND.cxx.

◆ frac() [2/2]

const RooRealVar * RooMomentMorphND::CacheElem::frac ( int  i) const

Definition at line 542 of file RooMomentMorphND.cxx.

Member Data Documentation

◆ _frac

RooArgList RooMomentMorphND::CacheElem::_frac

Definition at line 88 of file RooMomentMorphND.h.

◆ _sum

RooAbsPdf* RooMomentMorphND::CacheElem::_sum

Definition at line 86 of file RooMomentMorphND.h.

◆ _tracker

RooChangeTracker* RooMomentMorphND::CacheElem::_tracker

Definition at line 87 of file RooMomentMorphND.h.

Libraries for RooMomentMorphND::CacheElem:

The documentation for this class was generated from the following files: