#define ClassDef(name, id)
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
Bool_t inhibitDirty() const
Delete watch flag.
static Bool_t _inhibitDirty
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
virtual Double_t getMax(const char *name=0) const
Get maximum of currently defined range.
Bool_t hasMax(const char *name=0) const
Check if variable has an upper bound.
virtual void setVal(Double_t value)=0
Bool_t hasMin(const char *name=0) const
Check if variable has a lower bound.
virtual Double_t getMin(const char *name=0) const
Get miniminum of currently defined range.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooArgProxy is the abstact interface for RooAbsArg proxy classes.
virtual const char * name() const
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
virtual TObject * Clone(const char *newName=0) const
Make a clone of an object using the Streamer facility.
Bool_t hasMax(const char *rname=0) const
virtual ~RooRealProxy()
Destructor.
Double_t min(const char *rname=0) const
Bool_t hasMin(const char *rname=0) const
const RooAbsReal & arg() const
virtual Bool_t setArg(RooAbsReal &newRef)
Change object held in proxy into newRef.
RooAbsRealLValue * lvptr() const
Return l-value pointer to contents, if contents is in fact an l-value.
Double_t max(const char *rname=0) const
RooRealProxy & operator=(const Double_t &value)
Mother of all ROOT objects.