48 if (strlen(
name)>255) {
49 std::cout <<
"RooCatType::SetName warning: label '" <<
name <<
"' truncated at 255 chars" << std::endl ;
82 os << IsA()->GetName() ;
RooCatType is an auxilary class for RooAbsCategory and defines a a single category state.
virtual void printTitle(std::ostream &os) const
Print the title of the state.
virtual const Text_t * GetName() const
Returns name of object.
virtual void SetName(const Text_t *name)
Constructor with name argument.
virtual void printClassName(std::ostream &os) const
Print the class name of the state.
virtual void printName(std::ostream &os) const
Print the name of the state.
virtual void printValue(std::ostream &os) const
Print the value (index integer) of the state.
virtual const char * GetTitle() const
Returns title of object.