virtual | ~RooNormSetCache() |
void | add(const RooArgSet* set1, const RooArgSet* set2 = 0) |
Bool_t | autoCache(const RooAbsArg* self, const RooArgSet* set1, const RooArgSet* set2 = 0, const TNamed* set2RangeName = 0, Bool_t autoRefill = kTRUE) |
static TClass* | Class() |
void | clear() |
Bool_t | contains(const RooArgSet* set1, const RooArgSet* set2 = 0, const TNamed* set2RangeName = 0) |
Bool_t | containsSet1(const RooArgSet* set1) |
Int_t | entries() const |
Int_t | index(const RooArgSet* set1, const RooArgSet* set2 = 0, const TNamed* set2RangeName = 0) |
void | initialize(const RooNormSetCache& other) |
virtual TClass* | IsA() const |
const RooArgSet* | lastSet1() const |
const RooArgSet* | lastSet2() const |
const RooNameSet& | nameSet1() const |
const RooNameSet& | nameSet2() const |
RooNormSetCache& | operator=(const RooNormSetCache&) |
RooNormSetCache(ULong_t max = 32) | |
RooNormSetCache(const RooNormSetCache&) | |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
ULong_t | _max | ! |
RooNameSet | _name1 | ! |
RooNameSet | _name2 | ! |
ULong_t | _next | ! |
RooNormSetCache::PairIdxMapType | _pairToIdx | ! |
RooNormSetCache::PairVectType | _pairs | ! |
TNamed* | _set2RangeName | ! |
Inheritance Chart: | |||||
|
Match range name first
{ return (index(set1,set2,set2RangeName) >= 0); }