16#ifndef ROO_MULTI_CATEGORY
17#define ROO_MULTI_CATEGORY
#define ClassDef(name, id)
RooAbsCategory is the common abstract base class for objects that represent a discrete value with a f...
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooCatType is an auxilary class for RooAbsCategory and defines a a single category state.
RooMultiCategory consolidates several RooAbsCategory objects into a single category.
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 RooCatType evaluate() const
Calculate the current value.
void updateIndexList()
Update the list of super-category states.
TString currentLabel() const
Return the name of the current state, constructed from the state names of the input categories.
virtual ~RooMultiCategory()
Destructor.
virtual TObject * clone(const char *newname) const
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read object contents from given stream.
const RooArgSet & inputCatList() const
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Write object contents to given stream.
RooSetProxy is the concrete proxy for RooArgSet objects.
Mother of all ROOT objects.