114 _i[0] = other.
_i[0] ;
115 _i[1] = other.
_i[1] ;
116 _d[0] = other.
_d[0] ;
117 _d[1] = other.
_d[1] ;
118 _s[0] = other.
_s[0] ;
119 _s[1] = other.
_s[1] ;
120 _s[2] = other.
_s[2] ;
121 _o[0] = other.
_o[0] ;
122 _o[1] = other.
_o[1] ;
144 if (&other==
this)
return *this ;
149 _i[0] = other.
_i[0] ;
150 _i[1] = other.
_i[1] ;
151 _d[0] = other.
_d[0] ;
152 _d[1] = other.
_d[1] ;
153 _s[0] = other.
_s[0] ;
154 _s[1] = other.
_s[1] ;
155 _s[2] = other.
_s[2] ;
156 _o[0] = other.
_o[0] ;
157 _o[1] = other.
_o[1] ;
182 if (
_c)
delete[]
_c ;
201 return _c ? &
_c[idx] : 0 ;
222 <<
":\ndoubles\t" <<
_d[0] <<
" " <<
_d[1]
223 <<
"\nints\t" <<
_i[0] <<
" " <<
_i[1]
224 <<
"\nstrings\t" <<
_s[0] <<
" " <<
_s[1] <<
" " <<
_s[2]
225 <<
"\nobjects\t" <<
_o[0] <<
" " <<
_o[1] << std::endl;
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.
Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE) override
Add element to non-owning set.
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.
void Print(const char *="") const
Print contents.
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.