34 virtual const char*
name()
const override {
return GetName() ; }
#define ClassDefOverride(name, id)
RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFi...
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects.
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
virtual Bool_t addOwned(RooAbsArg &var, Bool_t silent=kFALSE)
Add an argument and transfer the ownership to the collection.
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 replace(const RooAbsArg &var1, const RooAbsArg &var2) override
Reimplementation of standard RooArgList::replace()
RooListProxy & operator=(const RooArgList &other)
Reimplementation of standard RooArgList assignment operator.
virtual Bool_t addOwned(RooAbsArg &var, Bool_t silent=kFALSE) override
Reimplementation of standard RooArgList::addOwned()
virtual const char * name() const override
virtual ~RooListProxy()
Destructor.
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE) override
Reimplementation of standard RooArgList::add()
virtual Bool_t changePointer(const RooAbsCollection &newServerSet, Bool_t nameChange=kFALSE, Bool_t factoryInitMode=kFALSE) override
Internal function that implements consequences of a server redirect on the owner.
virtual void removeAll() override
Reimplementation of standard RooArgList::removeAll()
virtual void print(std::ostream &os, Bool_t addContents=kFALSE) const override
Print the name of the proxy, and if requested a summary of the contained elements as well.
virtual Bool_t remove(const RooAbsArg &var, Bool_t silent=kFALSE, Bool_t matchByNameOnly=kFALSE) override
Reimplementation of standard RooArgList::remove()