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

Definition at line 76 of file PiecewiseInterpolation.h.

Public Member Functions

 CacheElem ()
 
RooArgList containedArgs (Action) override
 
- 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 _funcIntList
 
RooArgList _highIntList
 
RooArgList _lowIntList
 

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 <RooStats/HistFactory/PiecewiseInterpolation.h>

Inheritance diagram for PiecewiseInterpolation::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

PiecewiseInterpolation::CacheElem::CacheElem ( )
inline

Definition at line 78 of file PiecewiseInterpolation.h.

Member Function Documentation

◆ containedArgs()

RooArgList PiecewiseInterpolation::CacheElem::containedArgs ( Action  )
inlineoverridevirtual

Implements RooAbsCacheElement.

Definition at line 79 of file PiecewiseInterpolation.h.

Member Data Documentation

◆ _funcIntList

RooArgList PiecewiseInterpolation::CacheElem::_funcIntList

Definition at line 85 of file PiecewiseInterpolation.h.

◆ _highIntList

RooArgList PiecewiseInterpolation::CacheElem::_highIntList

Definition at line 87 of file PiecewiseInterpolation.h.

◆ _lowIntList

RooArgList PiecewiseInterpolation::CacheElem::_lowIntList

Definition at line 86 of file PiecewiseInterpolation.h.

Libraries for PiecewiseInterpolation::CacheElem:

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