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

Definition at line 82 of file RooMomentMorphFuncND.h.

Public Member Functions

 CacheElem (std::unique_ptr< RooAbsReal > &&sumFunc, std::unique_ptr< RooChangeTracker > &&tracker, const RooArgList &flist)
 
 ~CacheElem () override
 
void calculateFractions (const RooMomentMorphFuncND &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
 
std::unique_ptr< RooAbsReal_sum
 
std::unique_ptr< 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 <RooMomentMorphFuncND.h>

Inheritance diagram for RooMomentMorphFuncND::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

RooMomentMorphFuncND::CacheElem::CacheElem ( std::unique_ptr< RooAbsReal > &&  sumFunc,
std::unique_ptr< RooChangeTracker > &&  tracker,
const RooArgList flist 
)

Definition at line 496 of file RooMomentMorphFuncND.cxx.

◆ ~CacheElem()

RooMomentMorphFuncND::CacheElem::~CacheElem ( )
overridedefault

Member Function Documentation

◆ calculateFractions()

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

Definition at line 558 of file RooMomentMorphFuncND.cxx.

◆ containedArgs()

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

Implements RooAbsCacheElement.

Definition at line 504 of file RooMomentMorphFuncND.cxx.

◆ frac() [1/2]

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

Definition at line 546 of file RooMomentMorphFuncND.cxx.

◆ frac() [2/2]

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

Definition at line 552 of file RooMomentMorphFuncND.cxx.

Member Data Documentation

◆ _frac

RooArgList RooMomentMorphFuncND::CacheElem::_frac

Definition at line 89 of file RooMomentMorphFuncND.h.

◆ _sum

std::unique_ptr<RooAbsReal> RooMomentMorphFuncND::CacheElem::_sum

Definition at line 87 of file RooMomentMorphFuncND.h.

◆ _tracker

std::unique_ptr<RooChangeTracker> RooMomentMorphFuncND::CacheElem::_tracker

Definition at line 88 of file RooMomentMorphFuncND.h.

Libraries for RooMomentMorphFuncND::CacheElem:

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