75  void setRange(
const char* 
name, 
double min, 
double max) ;
 
   89  using RooAbsRealLValue::operator= ;
 
 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Abstract base class for RooRealVar binning definitions.
 
Abstract base class for objects that represent a real value that may appear on the left hand side of ...
 
virtual void setVal(double value)=0
Set the current value of the object. Needs to be overridden by implementations.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Auxiliary class that represents the error of a RooRealVar as a separate object.
 
bool hasBinning(const char *name) const override
Return true if we have binning with given name.
 
void removeMin(const char *name=nullptr)
Remove lower bound from named binning, or default binning if name is null.
 
bool isFundamental() const override
Is this object a fundamental type that can be added to a dataset? Fundamental-type subclasses overrid...
 
void setBinning(const RooAbsBinning &binning, const char *name=nullptr)
Store given binning with this variable under the given name.
 
void removeRange(const char *name=nullptr)
Remove both upper and lower bounds from named binning, or default binning if name is null.
 
void setMax(double value)
Set upper bound of default range to value.
 
std::list< std::string > getBinningNames() const override
Get a list of all binning names.
 
TObject * clone(const char *newname=nullptr) const override
 
RooLinkedList _altBinning
! Optional alternative ranges and binnings
 
void setRange(double min, double max)
Set default ranges to [min,max].
 
void setVal(double value) override
Set the current value of the object. Needs to be overridden by implementations.
 
double getValV(const RooArgSet *set=nullptr) const override
Return value, i.e. error on input variable.
 
std::unique_ptr< RooAbsBinning > _binning
! Pointer to default binning definition
 
RooErrorVar()
Default constructor.
 
void setMin(double value)
Set lower bound of default range to value.
 
void syncCache(const RooArgSet *set=nullptr) override
Force the internal value cache to be up to date.
 
void writeToStream(std::ostream &os, bool compact) const override
Write value to stream.
 
void removeMax(const char *name=nullptr)
Remove upper bound from named binning, or default binning if name is null.
 
const RooAbsBinning & getBinning(const char *name=nullptr, bool verbose=true, bool createOnTheFly=false) const override
Return binning with given name.
 
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
 
bool readFromStream(std::istream &is, bool compact, bool verbose=false) override
Read object contents from given stream.
 
void setBins(Int_t nBins)
Set default binning to nBins uniform bins.
 
RooRealProxy _realVar
RealVar with the original error.
 
Collection class for internal use, storing a collection of RooAbsArg pointers in a doubly linked list...
 
Variable that can be changed from the outside.
 
const T & arg() const
Return reference to object held in proxy.
 
Uses std::vector to store data columns.
 
Mother of all ROOT objects.