#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.
 
virtual Bool_t addOwned(RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
 
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
 
const char * GetName() const
Returns name of object.
 
RooAbsProxy is the abstact interface for proxy classes.
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooListProxy is the concrete proxy for RooArgList objects.
 
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
 
virtual Bool_t remove(const RooAbsArg &var, Bool_t silent=kFALSE, Bool_t matchByNameOnly=kFALSE)
Reimplementation of standard RooArgList::remove()
 
virtual Bool_t addOwned(const RooAbsCollection &list, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling addOwned() for each element in the source...
 
virtual void print(std::ostream &os, Bool_t addContents=kFALSE) const
Print the name of the proxy, and if requested a summary of the contained elements as well.
 
virtual Bool_t replace(const RooAbsArg &var1, const RooAbsArg &var2)
Reimplementation of standard RooArgList::replace()
 
RooListProxy & operator=(const RooArgList &other)
Reimplementation of standard RooArgList assignment operator.
 
virtual Bool_t add(const RooAbsCollection &list, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling add() for each element in the source coll...
 
virtual ~RooListProxy()
Destructor.
 
virtual Bool_t changePointer(const RooAbsCollection &newServerSet, Bool_t nameChange=kFALSE, Bool_t factoryInitMode=kFALSE)
Internal function that implements consequences of a server redirect on the owner.
 
virtual const char * name() const
 
virtual void removeAll()
Reimplementation of standard RooArgList::removeAll()
 
virtual Bool_t addOwned(RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::addOwned()