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