Template class RooCacheManager manages the storage of any type of data indexed on the choice of normalization and optionally the set of integrated observables.
The purpose of this class is to faciliate storage of intermediate results in operator p.d.f.s whose value and inner working are often highly dependent on the user provided choice of normalization in getVal().
For efficiency reasons these normalization set pointer are derefenced as little as possible. This class contains a lookup table for RooArgSet pointer pairs -> normalization lists. Distinct pointer pairs that represent the same normalization/projection are recognized and will all point to the same normalization list. Lists for up to 'maxSize' different normalization/ projection configurations can be cached.
Definition at line 34 of file RooCacheManager.h.
Public Member Functions | |
RooCacheManager (const RooCacheManager &other, RooAbsArg *owner=0) | |
Copy constructor. | |
RooCacheManager (Int_t maxSize=2) | |
Constructor for simple caches without RooAbsArg payload. | |
RooCacheManager (RooAbsArg *owner, Int_t maxSize=2) | |
Constructor for simple caches with RooAbsArg derived payload. | |
virtual | ~RooCacheManager () |
Destructor. | |
Int_t | cacheSize () const |
T * | getObj (const RooArgSet *nset, const RooArgSet *iset, Int_t *sterileIdx, const char *isetRangeName) |
T * | getObj (const RooArgSet *nset, const RooArgSet *iset, Int_t *sterileIndex=0, const TNamed *isetRangeName=0) |
Retrieve payload object indexed on nset,uset amd isetRangeName If sterileIdx is not null, it is set to the index of the sterile slot in cacse such a slot is recycled. | |
T * | getObj (const RooArgSet *nset, Int_t *sterileIndex=0, const TNamed *isetRangeName=0) |
T * | getObjByIndex (Int_t index) const |
Retrieve payload object by slot index. | |
virtual void | insertObjectHook (T &) |
Int_t | lastIndex () const |
virtual void | operModeHook () |
Interface for operation mode changes. | |
virtual void | printCompactTreeHook (std::ostream &, const char *) |
Interface for printing of cache guts in tree mode printing. | |
virtual Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
Interface for server redirect calls. | |
void | reset () |
Clear the cache. | |
RooArgSet | selectFromSet1 (RooArgSet const &argSet, int index) const |
Create RooArgSet contatining the objects that are both in the cached set 1. | |
RooArgSet | selectFromSet2 (RooArgSet const &argSet, int index) const |
Create RooArgSet contatining the objects that are both in the cached set 2. | |
Int_t | setObj (const RooArgSet *nset, const RooArgSet *iset, T *obj, const TNamed *isetRangeName=0) |
Insert payload object 'obj' in cache indexed on nset,iset and isetRangeName. | |
Int_t | setObj (const RooArgSet *nset, T *obj, const TNamed *isetRangeName=0) |
virtual void | sterilize () |
Clear the cache payload but retain slot mapping w.r.t to normalization and integration sets. | |
void | wireCache () |
Public Member Functions inherited from RooAbsCache | |
RooAbsCache (const RooAbsCache &, RooAbsArg *owner=0) | |
Copy constructor. Takes owner as argument and registers cache with owne. | |
RooAbsCache (RooAbsArg *owner=0) | |
Constructor. Takes owner as argument and register cache with owner. | |
virtual | ~RooAbsCache () |
Destructor. Unregisters cache with owner. | |
virtual void | findConstantNodes (const RooArgSet &, RooArgSet &, RooLinkedList &) |
Interface for constant term node finding calls. | |
virtual void | optimizeCacheMode (const RooArgSet &, RooArgSet &, RooLinkedList &) |
Interface for processing of cache mode optimization calls. | |
void | setOwner (RooAbsArg *owner) |
Reset the owner, triggering the owner to register this cache in its list of caches. | |
Protected Attributes | |
Int_t | _lastIndex |
Actual use. | |
Int_t | _maxSize |
std::vector< RooNormSetCache > | _nsetCache |
Last slot accessed. | |
std::vector< T * > | _object |
Normalization/Integration set manager. | |
Int_t | _size |
Maximum size. | |
Bool_t | _wired |
Payload. | |
Protected Attributes inherited from RooAbsCache | |
RooAbsArg * | _owner |
#include <RooCacheManager.h>
RooCacheManager< T >::RooCacheManager | ( | Int_t | maxSize = 2 | ) |
Constructor for simple caches without RooAbsArg payload.
A cache made with this constructor is not registered with its owner and will not receive information on server redirects and cache operation mode changes.
Definition at line 123 of file RooCacheManager.h.
RooCacheManager< T >::RooCacheManager | ( | RooAbsArg * | owner, |
Int_t | maxSize = 2 |
||
) |
Constructor for simple caches with RooAbsArg derived payload.
A cache made with this constructor is registered with its owner and will receive information on server redirects and cache operation mode changes.
Definition at line 137 of file RooCacheManager.h.
RooCacheManager< T >::RooCacheManager | ( | const RooCacheManager< T > & | other, |
RooAbsArg * | owner = 0 |
||
) |
Copy constructor.
Definition at line 156 of file RooCacheManager.h.
|
virtual |
Destructor.
Definition at line 181 of file RooCacheManager.h.
|
inline |
Definition at line 68 of file RooCacheManager.h.
|
inline |
Definition at line 53 of file RooCacheManager.h.
T * RooCacheManager< T >::getObj | ( | const RooArgSet * | nset, |
const RooArgSet * | iset, | ||
Int_t * | sterileIndex = 0 , |
||
const TNamed * | isetRangeName = 0 |
||
) |
Retrieve payload object indexed on nset,uset amd isetRangeName If sterileIdx is not null, it is set to the index of the sterile slot in cacse such a slot is recycled.
Definition at line 277 of file RooCacheManager.h.
|
inline |
Definition at line 43 of file RooCacheManager.h.
T * RooCacheManager< T >::getObjByIndex | ( | Int_t | index | ) | const |
Retrieve payload object by slot index.
Definition at line 308 of file RooCacheManager.h.
|
inlinevirtual |
Reimplemented in RooObjCacheManager.
Definition at line 89 of file RooCacheManager.h.
|
inline |
Definition at line 64 of file RooCacheManager.h.
|
inlinevirtual |
Interface for operation mode changes.
Reimplemented from RooAbsCache.
Reimplemented in RooObjCacheManager.
Definition at line 78 of file RooCacheManager.h.
|
inlinevirtual |
Interface for printing of cache guts in tree mode printing.
Reimplemented from RooAbsCache.
Reimplemented in RooObjCacheManager.
Definition at line 81 of file RooCacheManager.h.
|
inlinevirtual |
Interface for server redirect calls.
Reimplemented from RooAbsCache.
Reimplemented in RooObjCacheManager.
Definition at line 73 of file RooCacheManager.h.
void RooCacheManager< T >::reset |
Clear the cache.
Definition at line 191 of file RooCacheManager.h.
RooArgSet RooCacheManager< T >::selectFromSet1 | ( | RooArgSet const & | argSet, |
int | index | ||
) | const |
Create RooArgSet contatining the objects that are both in the cached set 1.
Definition at line 322 of file RooCacheManager.h.
RooArgSet RooCacheManager< T >::selectFromSet2 | ( | RooArgSet const & | argSet, |
int | index | ||
) | const |
Create RooArgSet contatining the objects that are both in the cached set 2.
Definition at line 331 of file RooCacheManager.h.
Int_t RooCacheManager< T >::setObj | ( | const RooArgSet * | nset, |
const RooArgSet * | iset, | ||
T * | obj, | ||
const TNamed * | isetRangeName = 0 |
||
) |
Insert payload object 'obj' in cache indexed on nset,iset and isetRangeName.
Definition at line 218 of file RooCacheManager.h.
|
inline |
Definition at line 48 of file RooCacheManager.h.
|
virtual |
Clear the cache payload but retain slot mapping w.r.t to normalization and integration sets.
Reimplemented in RooObjCacheManager.
Definition at line 206 of file RooCacheManager.h.
|
inlinevirtual |
Reimplemented from RooAbsCache.
Definition at line 93 of file RooCacheManager.h.
|
protected |
Actual use.
Definition at line 108 of file RooCacheManager.h.
|
protected |
Definition at line 106 of file RooCacheManager.h.
|
protected |
Last slot accessed.
Definition at line 110 of file RooCacheManager.h.
|
protected |
Normalization/Integration set manager.
Definition at line 111 of file RooCacheManager.h.
|
protected |
Maximum size.
Definition at line 107 of file RooCacheManager.h.
|
protected |
Payload.
Definition at line 112 of file RooCacheManager.h.