46 void RooCatType::SetName(
const Text_t* name)
48 if (strlen(name)>255) {
49 std::cout <<
"RooCatType::SetName warning: label '" << name <<
"' truncated at 255 chars" << std::endl ;
52 strncpy(_label,name,255) ;
60 void RooCatType::printName(ostream& os)
const
70 void RooCatType::printTitle(ostream& os)
const
80 void RooCatType::printClassName(ostream& os)
const
82 os << IsA()->GetName() ;
90 void RooCatType::printValue(ostream& os)
const