|
ROOT
Reference Guide |
|
Go to the documentation of this file.
12 #ifndef ROOABSCACHEDREAL
13 #define ROOABSCACHEDREAL
110 mutable std::map<Int_t,std::pair<const RooArgSet*,const RooArgSet*> >
_anaIntMap ;
RooObjCacheManager _cacheMgr
virtual Bool_t selfNormalized() const
virtual Int_t getAnalyticalIntegralWN(RooArgSet &allVars, RooArgSet &analVars, const RooArgSet *normSet, const char *rangeName=0) const
Return analytical integration capabilities of the RooHistFunc that corresponds to the set of observab...
FuncCacheElem(const RooAbsCachedReal &self, const RooArgSet *nset)
Constructor of cache storage unit class.
Int_t _ipOrder
The cache manager.
RooAbsReal * _sourceClone
virtual ~RooAbsCachedReal()
Destructor.
RooArgList is a container object that can hold multiple RooAbsArg objects.
virtual const char * binningName() const
FuncCacheElem * getCache(const RooArgSet *nset) const
Retrieve cache corresponding to observables in nset.
virtual void fillCacheObject(FuncCacheElem &cache) const =0
virtual RooArgSet * actualParameters(const RooArgSet &nset) const =0
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual const char * payloadUniqueSuffix() const
RooAbsCacheElement is the abstract base class for objects to be stored in RooAbsCache cache manager o...
virtual Bool_t forceAnalyticalInt(const RooAbsArg &) const
Int_t getInterpolationOrder() const
RooChangeTracker is a meta object that tracks value changes in a given set of RooAbsArgs by registeri...
void clearCacheObject(FuncCacheElem &cache) const
Mark all bins as unitialized (value -1)
void setSourceClone(RooAbsReal *newSource)
friend class FuncCacheElem
The RooDataHist is a container class to hold N-dimensional binned data.
void setCacheSource(Bool_t flag)
Bool_t _disableCache
Map for analytical integration codes.
virtual RooArgList containedArgs(Action)
Return list of contained RooAbsArg objects.
virtual RooArgSet * actualObservables(const RooArgSet &nset) const =0
virtual Double_t analyticalIntegralWN(Int_t code, const RooArgSet *normSet, const char *rangeName=0) const
Forward call to implementation in relevant RooHistFunc instance.
virtual FuncCacheElem * createCache(const RooArgSet *nset) const
Interface function to create an internal cache object that represent each cached function configurati...
virtual const char * inputBaseName() const =0
void setInterpolationOrder(Int_t order)
Set interpolation order of RooHistFunct representing cache histogram.
RooHistFunc implements a real-valued function sampled from a multidimensional histogram.
RooChangeTracker * _paramTracker
TString cacheNameSuffix(const RooArgSet &nset) const
Construct unique suffix name for cache p.d.f object.
RooAbsReal * sourceClone()
void disableCache(Bool_t flag)
Class RooObjCacheManager is an implementation of class RooCacheManager<RooAbsCacheElement> and specia...
#define ClassDef(name, id)
RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFi...
virtual Double_t getValV(const RooArgSet *set=0) const
Implementation of getVal() overriding default implementation of RooAbsReal.
std::map< Int_t, std::pair< const RooArgSet *, const RooArgSet * > > _anaIntMap
RooChangeTracker * paramTracker()
RooAbsCachedReal is the abstract base class for functions that need or want to cache their evaluate()...
RooArgSet is a container object that can hold multiple RooAbsArg objects.
virtual void printCompactTreeHook(std::ostream &, const char *, Int_t, Int_t)
Print contents of cache when printing self as part of object tree.