|
ROOT
Reference Guide |
|
Go to the documentation of this file.
48 if (strlen(
name)>255) {
49 std::cerr <<
"RooCatType::SetName warning: label '" <<
name <<
"' truncated at 255 chars" << std::endl ;
52 strncpy(_label,
name,255) ;
82 os << IsA()->GetName() ;
virtual void printName(std::ostream &os) const
Print the name of the state.
virtual void printClassName(std::ostream &os) const
Print the class name of the state.
virtual void printTitle(std::ostream &os) const
Print the title of the state.
void SetName(const Text_t *name)
Constructor with name argument.
virtual void printValue(std::ostream &os) const
Print the value (index integer) of the state.
RooCatType is an auxilary class for RooAbsCategory and defines a a single category state.