112 _i[0] = other.
_i[0] ;
113 _i[1] = other.
_i[1] ;
114 _d[0] = other.
_d[0] ;
115 _d[1] = other.
_d[1] ;
116 _s[0] = other.
_s[0] ;
117 _s[1] = other.
_s[1] ;
118 _s[2] = other.
_s[2] ;
119 _o[0] = other.
_o[0] ;
120 _o[1] = other.
_o[1] ;
142 if (&other==
this)
return *this ;
147 _i[0] = other.
_i[0] ;
148 _i[1] = other.
_i[1] ;
149 _d[0] = other.
_d[0] ;
150 _d[1] = other.
_d[1] ;
151 _s[0] = other.
_s[0] ;
152 _s[1] = other.
_s[1] ;
153 _s[2] = other.
_s[2] ;
154 _o[0] = other.
_o[0] ;
155 _o[1] = other.
_o[1] ;
180 if (
_c)
delete[]
_c ;
199 return _c ? &
_c[idx] : 0 ;
virtual void removeAll()
Remove all arguments from our set, deleting them if we own them.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
virtual Bool_t add(const RooAbsCollection &col, Bool_t silent=kFALSE)
Add a collection of arguments to this collection by calling add() for each element in the source coll...
RooCmdArg is a named container for two doubles, two integers two object points and three string point...
const RooArgSet * getSet(Int_t idx) const
Return RooArgSet stored in slot idx.
void addArg(const RooCmdArg &arg)
Utility function to add nested RooCmdArg to payload of this RooCmdArg.
RooCmdArg & operator=(const RooCmdArg &other)
Assignment operator.
static const RooCmdArg & none()
Return reference to null argument.
virtual ~RooCmdArg()
Destructor.
void setSet(Int_t idx, const RooArgSet &set)
RooCmdArg()
Default constructor.
static const RooCmdArg _none
TObject * At(Int_t index) const
Return object stored in sequential position given by index.
void Delete(Option_t *o=0)
Remove all elements in collection and delete all elements NB: Collection does not own elements,...
virtual void Add(TObject *arg)
The TNamed class is the base class for all named ROOT classes.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual const char * GetTitle() const
Returns title of object.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.