16 #ifndef ROO_SUPER_CATEGORY 17 #define ROO_SUPER_CATEGORY
TIterator * createIterator(Bool_t dir=kIterForward) const
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read object contents from given stream.
Iterator abstract base class.
#define ClassDef(name, id)
TIterator * MakeIterator() const
Make an iterator over all state permutations of the input categories of this supercategory.
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Write object contents to given stream.
RooCatType is an auxilary class for RooAbsCategory and defines a a single category state...
RooAbsCategoryLValue is the common abstract base class for objects that represent a discrete value th...
Bool_t setType(const RooCatType *type, Bool_t prinError=kTRUE)
Set the value of the super category by specifying the state object by setting the state names of the ...
virtual ~RooSuperCategory()
Destructor.
virtual void printMultiline(std::ostream &os, Int_t content, Bool_t verbose=kFALSE, TString indent="") const
Print the state of this object to the specified output stream.
virtual Bool_t setIndex(Int_t index, Bool_t printError=kTRUE)
Set the value of the super category by specifying the state index code by setting the states of the c...
virtual Bool_t hasRange(const char *rangeName) const
Return true if any of the input categories has a range named 'rangeName'.
void updateIndexList()
Update the list of possible states of this super category.
Mother of all ROOT objects.
RooSetProxy is the concrete proxy for RooArgSet objects.
virtual RooCatType evaluate() const
Iterator over set of input categories.
const RooArgSet & inputCatList() const
RooSuperCategory consolidates several RooAbsCategoryLValue objects into a single category.
virtual Bool_t setLabel(const char *label, Bool_t printError=kTRUE)
Set the value of the super category by specifying the state name by setting the state names of the co...
virtual TObject * clone(const char *newname) const
TString currentLabel() const
Return the name of the current state, constructed from the state names of the input categories...
virtual Bool_t inRange(const char *rangeName) const
Return true of all of the input category states are in the given range.