#define ClassDef(name, id)
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects.
RooAbsCollection & operator=(const RooAbsCollection &other)
The assignment operator sets the value of any argument in our set that also appears in the other set.
RooAbsArg * at(Int_t idx) const
virtual void writeToStream(std::ostream &os, Bool_t compact)
Write the contents of the argset in ASCII form to given stream.
Int_t index(const char *name) const
RooArgList()
Default constructor.
virtual TObject * clone(const char *newname) const
RooArgList & operator=(const RooArgList &other)
RooAbsArg & operator[](Int_t idx) const
Array operator.
Int_t index(const RooAbsArg *arg) const
virtual TObject * create(const char *newname) const
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read the contents of the argset in ASCII form from given stream.
virtual ~RooArgList()
Destructor.
void sort(Bool_t reverse=kFALSE)
RooArgSet is a container object that can hold multiple RooAbsArg objects.
void Sort(Bool_t ascend=kTRUE)
TObject * At(Int_t index) const
Return object stored in sequential position given by index.
Int_t IndexOf(const char *name) const
Return position of given object in list.
Collection abstract base class.
Mother of all ROOT objects.