40 virtual void printName(std::ostream& os)
const ;
41 virtual void printTitle(std::ostream& os)
const ;
43 virtual void printValue(std::ostream& os)
const ;
59 static void strdup(
Int_t& dstlen,
char* &dstbuf,
const char* str);
static void strdup(Int_t &dstlen, char *&dstbuf, const char *str)
copy src to dst, keep dstlen up to date, make sure zero length strings do not take memory ...
virtual TObject * Clone(const char *) const
Make a clone of an object using the Streamer facility.
RooNameSet()
Default constructor.
virtual void printStream(std::ostream &os, Int_t contents, StyleOption style, TString indent="") const
Print description of object on ostream, printing contents set by contents integer, which is interpreted as an OR of 'enum ContentsOptions' values and in the style given by 'enum StyleOption'.
virtual void printClassName(std::ostream &os) const
Print class name of nameset.
void setNameList(const char *givenList)
RooNameSet & operator=(const RooNameSet &)
Assignment operator.
virtual void Print(Option_t *options=0) const
This method must be overridden when a class wants to print itself.
virtual StyleOption defaultPrintStyle(Option_t *opt) const
virtual Int_t defaultPrintContents(Option_t *opt) const
Default choice of contents to be printed (name and value)
#define ClassDef(name, id)
virtual void printName(std::ostream &os) const
Print name of nameset.
void extendBuffer(Int_t inc)
virtual ~RooNameSet()
Destructor.
Bool_t operator==(const RooNameSet &other) const
Comparison operator.
virtual void printTitle(std::ostream &os) const
Print title of nameset.
void refill(const RooArgSet &argSet)
Refill internal contents from names in given argSet.
static std::ostream & defaultPrintStream(std::ostream *os=0)
Return a reference to the current default stream to use in Print().
virtual void printValue(std::ostream &os) const
Print value of nameset, i.e the list of names.
Mother of all ROOT objects.
const char * content() const
RooArgSet * select(const RooArgSet &list) const
Construct a RooArgSet of objects in input 'list' whose names match to those in the internal name list...
Bool_t operator<(const RooNameSet &other) const