35 virtual void setVal(
const char* newVal) ;
#define ClassDef(name, id)
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
RooAbsString is the common abstract base class for objects that represent a string value.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooStringVar implements a string values RooAbsArg.
virtual RooAbsArg & operator=(const char *newValue)
Set value to given TString.
virtual TObject * clone(const char *newname) const
virtual void setVal(const char *newVal)
Set value to given TString.
virtual const char * getVal() const
Return value of object. Calculated if dirty, otherwise cached value is returned.
virtual ~RooStringVar()
Destructor.
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Write object contents to given stream.
virtual Bool_t isFundamental() const
Is this object a fundamental type that can be added to a dataset? Fundamental-type subclasses overrid...
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read object contents from given stream.
Mother of all ROOT objects.