16#ifndef ROO_BINNING_CATEGORY
17#define ROO_BINNING_CATEGORY
#define ClassDef(name, id)
static void indent(ostringstream &buf, int indent_level)
RooAbsCategory is the common abstract base class for objects that represent a discrete value with a f...
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
Class RooBinningCategory provides a real-to-category mapping defined by a series of thresholds.
virtual ~RooBinningCategory()
Destructor.
virtual void printMultiline(std::ostream &os, Int_t content, Bool_t verbose=kFALSE, TString indent="") const
Print info about this threshold category to the specified stream.
virtual RooCatType evaluate() const
Calculate and return the value of the mapping function.
void initialize(const char *catTypeName=0)
Iterator over all bins in input variable and define corresponding state labels.
virtual TObject * clone(const char *newname) const
RooCatType is an auxilary class for RooAbsCategory and defines a a single category state.
Mother of all ROOT objects.