Definition at line 32 of file RooNormSetCache.h.
|
| | RooNormSetCache (ULong_t max=32) |
| |
| virtual | ~RooNormSetCache () |
| | Destructor. More...
|
| |
| void | add (const RooArgSet *set1, const RooArgSet *set2=0) |
| | Add given pair of RooArgSet pointers to our store. More...
|
| |
| Int_t | index (const RooArgSet *set1, const RooArgSet *set2=0, const TNamed *set2RangeName=0) |
| |
| Bool_t | contains (const RooArgSet *set1, const RooArgSet *set2=0, const TNamed *set2RangeName=0) |
| |
| Bool_t | containsSet1 (const RooArgSet *set1) |
| |
| const RooArgSet * | lastSet1 () const |
| |
| const RooArgSet * | lastSet2 () const |
| |
| const RooNameSet & | nameSet1 () const |
| |
| const RooNameSet & | nameSet2 () const |
| |
| Bool_t | autoCache (const RooAbsArg *self, const RooArgSet *set1, const RooArgSet *set2=0, const TNamed *set2RangeName=0, Bool_t autoRefill=kTRUE) |
| | If RooArgSets set1 and set2 or sets with similar contents have been seen by this cache manager before return kFALSE If not, return kTRUE. More...
|
| |
| void | clear () |
| | Clear contents. More...
|
| |
| Int_t | entries () const |
| |
| void | initialize (const RooNormSetCache &other) |
| |
#include <RooNormSetCache.h>
§ Pair
§ PairIdxMapType
§ PairVectType
§ RooNormSetCache()
| RooNormSetCache::RooNormSetCache |
( |
ULong_t |
max = 32 | ) |
|
§ ~RooNormSetCache()
| RooNormSetCache::~RooNormSetCache |
( |
| ) |
|
|
virtual |
§ add()
§ autoCache()
If RooArgSets set1 and set2 or sets with similar contents have been seen by this cache manager before return kFALSE If not, return kTRUE.
If sets have not been seen and doRefill is true, update cache reference to current input sets.
Definition at line 112 of file RooNormSetCache.cxx.
Referenced by nameSet2().
§ clear()
| void RooNormSetCache::clear |
( |
| ) |
|
§ contains()
§ containsSet1()
§ entries()
| Int_t RooNormSetCache::entries |
( |
| ) |
const |
|
inline |
§ index()
§ initialize()
§ lastSet1()
| const RooArgSet* RooNormSetCache::lastSet1 |
( |
| ) |
const |
|
inline |
§ lastSet2()
| const RooArgSet* RooNormSetCache::lastSet2 |
( |
| ) |
const |
|
inline |
§ nameSet1()
| const RooNameSet& RooNormSetCache::nameSet1 |
( |
| ) |
const |
|
inline |
§ nameSet2()
| const RooNameSet& RooNormSetCache::nameSet2 |
( |
| ) |
const |
|
inline |
§ _max
§ _name1
§ _name2
§ _next
§ _pairs
§ _pairToIdx
§ _set2RangeName
| TNamed* RooNormSetCache::_set2RangeName |
|
protected |
The documentation for this class was generated from the following files: