Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
PiecewiseInterpolation::CacheElem Class Reference

Definition at line 64 of file PiecewiseInterpolation.h.

Public Member Functions

 CacheElem ()
 
virtual ~CacheElem ()
 
virtual RooArgList containedArgs (Action)
 
- 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. More...
 
virtual void operModeHook (RooAbsArg::OperMode)
 Interface for operation mode change calls. More...
 
virtual void optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes)
 Interface for cache optimization calls. More...
 
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. More...
 
virtual Bool_t redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t)
 Interface for server redirect calls. More...
 
void setOwner (RooAbsArg *owner)
 

Public Attributes

RooArgList _funcIntList
 
RooArgList _highIntList
 
RooArgList _lowIntList
 

Additional Inherited Members

- Public Types inherited from RooAbsCacheElement
enum  Action { OperModeChange, OptimizeCaching, FindConstantNodes }
 
- Protected Attributes inherited from RooAbsCacheElement
RooAbsArg_owner
 

#include <RooStats/HistFactory/PiecewiseInterpolation.h>

Inheritance diagram for PiecewiseInterpolation::CacheElem:
[legend]

Constructor & Destructor Documentation

◆ CacheElem()

PiecewiseInterpolation::CacheElem::CacheElem ( )
inline

Definition at line 66 of file PiecewiseInterpolation.h.

◆ ~CacheElem()

virtual PiecewiseInterpolation::CacheElem::~CacheElem ( )
inlinevirtual

Definition at line 67 of file PiecewiseInterpolation.h.

Member Function Documentation

◆ containedArgs()

virtual RooArgList PiecewiseInterpolation::CacheElem::containedArgs ( Action  )
inlinevirtual

Implements RooAbsCacheElement.

Definition at line 68 of file PiecewiseInterpolation.h.

Member Data Documentation

◆ _funcIntList

RooArgList PiecewiseInterpolation::CacheElem::_funcIntList

Definition at line 74 of file PiecewiseInterpolation.h.

◆ _highIntList

RooArgList PiecewiseInterpolation::CacheElem::_highIntList

Definition at line 76 of file PiecewiseInterpolation.h.

◆ _lowIntList

RooArgList PiecewiseInterpolation::CacheElem::_lowIntList

Definition at line 75 of file PiecewiseInterpolation.h.


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