61 const RooAbsArg& var9,
const char *name=
"");
Int_t IndexOf(const char *name) const
Return position of given object in list.
void sort(Bool_t reverse=kFALSE)
Int_t index(const RooAbsArg *arg) const
virtual ~RooArgList()
Destructor.
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 TObject * clone(const char *newname) const
void Sort(Bool_t ascend=kTRUE)
#define ClassDef(name, id)
virtual TObject * create(const char *newname) const
virtual void writeToStream(std::ostream &os, Bool_t compact)
Write the contents of the argset in ASCII form to given stream.
RooAbsArg & operator[](Int_t idx) const
Array operator.
RooAbsArg * at(Int_t idx) const
TObject * At(Int_t index) const
Return object stored in sequential position given by index.
RooArgList & operator=(const RooArgList &other)
Collection abstract base class.
RooArgList()
Default constructor.
Int_t index(const char *name) const
Mother of all ROOT objects.
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 is the common abstract base class for objects that represent a value (of arbitrary type) an...