|
ROOT
Reference Guide |
|
Go to the documentation of this file.
34 const char*
s1=0,
const char* s2=0,
53 if (newName) { newarg->
SetName(newName) ; }
90 return (
_s[idx].size()>0) ?
_s[idx].c_str() : 0 ;
99 void Print(
const char* =
"")
const;
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.
RooCmdArg & operator=(const RooCmdArg &other)
Assignment operator.
Int_t getInt(Int_t idx) const
virtual void SetName(const char *name)
Set the name of the TNamed.
RooAbsData is the common abstract base class for binned and unbinned datasets.
virtual ~RooCmdArg()
Destructor.
const TObject * getObject(Int_t idx) const
void addArg(const RooCmdArg &arg)
Utility function to add nested RooCmdArg to payload of this RooCmdArg.
void setObject(Int_t idx, TObject *value)
void setInt(Int_t idx, Int_t value)
const char * getString(Int_t idx) const
Double_t getDouble(Int_t idx) const
static const RooCmdArg _none
static const RooCmdArg & none()
Return reference to null argument.
RooLinkedList & subArgs()
void setString(Int_t idx, const char *value)
Class RooCmdConfig is a configurable parser for RooCmdArg named arguments.
void setSet(Int_t idx, const RooArgSet &set)
RooCmdArg()
Default constructor.
The TNamed class is the base class for all named ROOT classes.
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects.
virtual TObject * Clone(const char *newName=0) const
Make a clone of an object using the Streamer facility.
void setProcessRecArgs(Bool_t flag, Bool_t prefix=kTRUE)
void Print(const char *="") const
Print contents.
Mother of all ROOT objects.
#define ClassDef(name, id)
void setDouble(Int_t idx, Double_t value)
const char * opcode() const
virtual const char * GetName() const
Returns name of object.
RooArgSet is a container object that can hold multiple RooAbsArg objects.