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 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 printName(std::ostream &os) const
Print name of nameset.
RooNameSet()
Default constructor.
virtual void printTitle(std::ostream &os) const
Print title of nameset.
virtual void printValue(std::ostream &os) const
Print value of nameset, i.e the list of names.
void setNameList(const char *givenList)
const char * content() const
RooNameSet & operator=(const RooNameSet &)
Assignment operator.
#define ClassDef(name, id)
RooPlotable is a 'mix-in' base class that define the standard RooFit plotting and printing methods...
virtual void printClassName(std::ostream &os) const
Print class name of nameset.
void extendBuffer(Int_t inc)
virtual ~RooNameSet()
Destructor.
RooNameSet is a utility class that stores the names the objects in a RooArget.
Bool_t operator<(const RooNameSet &other) const
virtual Int_t defaultPrintContents(Option_t *opt) const
Default choice of contents to be printed (name and value)
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 StyleOption defaultPrintStyle(Option_t *opt) 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
Comparison operator.
Mother of all ROOT objects.
virtual TObject * Clone(const char *) const
Make a clone of an object using the Streamer facility.
virtual void Print(Option_t *options=0) const
This method must be overridden when a class wants to print itself.