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

Definition at line 63 of file RooMomentMorphFunc.h.

Public Member Functions

 CacheElem (RooAbsReal &sumFunc, RooChangeTracker &tracker, const RooArgList &flist)
 
 ~CacheElem () override
 
void calculateFractions (const RooMomentMorphFunc &self, bool verbose=true) const
 
RooArgList containedArgs (Action) override
 
RooRealVarfrac (Int_t i)
 
const RooRealVarfrac (Int_t 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
 
RooAbsReal_sumFunc
 
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 <RooMomentMorphFunc.h>

Inheritance diagram for RooMomentMorphFunc::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

RooMomentMorphFunc::CacheElem::CacheElem ( RooAbsReal sumFunc,
RooChangeTracker tracker,
const RooArgList flist 
)
inline

Definition at line 65 of file RooMomentMorphFunc.h.

◆ ~CacheElem()

RooMomentMorphFunc::CacheElem::~CacheElem ( )
override

Definition at line 306 of file RooMomentMorphFunc.cxx.

Member Function Documentation

◆ calculateFractions()

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

Definition at line 370 of file RooMomentMorphFunc.cxx.

◆ containedArgs()

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

Implements RooAbsCacheElement.

Definition at line 300 of file RooMomentMorphFunc.cxx.

◆ frac() [1/2]

RooRealVar * RooMomentMorphFunc::CacheElem::frac ( Int_t  i)

Definition at line 358 of file RooMomentMorphFunc.cxx.

◆ frac() [2/2]

const RooRealVar * RooMomentMorphFunc::CacheElem::frac ( Int_t  i) const

Definition at line 364 of file RooMomentMorphFunc.cxx.

Member Data Documentation

◆ _frac

RooArgList RooMomentMorphFunc::CacheElem::_frac

Definition at line 74 of file RooMomentMorphFunc.h.

◆ _sumFunc

RooAbsReal* RooMomentMorphFunc::CacheElem::_sumFunc

Definition at line 72 of file RooMomentMorphFunc.h.

◆ _tracker

RooChangeTracker* RooMomentMorphFunc::CacheElem::_tracker

Definition at line 73 of file RooMomentMorphFunc.h.

Libraries for RooMomentMorphFunc::CacheElem:

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