103 using RooAbsRealLValue::operator= ;
virtual Double_t getMin(const char *name=0) const
void removeMin(const char *name=0)
virtual Bool_t isFundamental() const
void removeRange(const char *name=0)
virtual void setMin(Double_t xlo)
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read object contents from given stream.
virtual Double_t getMax(const char *name=0) const
virtual Double_t evaluate() const
virtual TObject * clone(const char *newname) const
void setBinning(const RooAbsBinning &binning, const char *name=0)
Store given binning with this variable under the given name.
void syncCache(const RooArgSet *set=0)
Optional alternative ranges and binnings.
Bool_t hasBinning(const char *name) const
Return true if we have binning with given name.
#define ClassDef(name, id)
virtual void setRange(Double_t xlo, Double_t xhi)=0
RooVectorDataStore is the abstract base class for data collection that use a TTree as internal storag...
RooErrorVar is an auxilary class that represents the error of a RooRealVar as a seperate object...
RooRealVar represents a fundamental (non-derived) real valued object.
virtual void setVal(Double_t value)
virtual ~RooErrorVar()
Destructor.
RooLinkedList _altBinning
void setRange(Double_t min, Double_t max)
static Double_t infinity()
Return internal infinity representation.
void setMax(Double_t value)
virtual void setVal(Double_t value)=0
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
RooAbsBinning is the abstract base class for RooRealVar binning definitions This class defines the in...
std::list< std::string > getBinningNames() const
Get a list of all binning names.
void removeMax(const char *name=0)
Mother of all ROOT objects.
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
const RooAbsReal & arg() const
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Write value to stream.
void setMin(Double_t value)
void setBins(Int_t nBins)
virtual void setMax(Double_t xhi)
virtual Double_t getValV(const RooArgSet *set=0) const
Return value, i.e. error on input variable.
const RooAbsBinning & getBinning(const char *name=0, Bool_t verbose=kTRUE, Bool_t createOnTheFly=kFALSE) const
Return binning with given name.