57 using RooAbsRealLValue::operator= ;
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
RooAbsBinning is the abstract base class for RooRealVar binning definitions.
RooAbsRealLValue is the common abstract base class for objects that represent a real value that may a...
virtual void setVal(Double_t value)=0
Set the current value of the object. Needs to be overridden by implementations.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual Double_t offset() const
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooLinTransBinning is a special binning implementation for RooLinearVar that transforms the binning o...
RooLinearVar is the most general form of a derived real-valued object that can be used by RooRealInte...
Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE) override
Read object contents from stream.
void setVal(Double_t value) override
Assign given value to linear transformation: sets input variable to (value-offset)/slope If slope is ...
RooRealProxy _slope
Slope of transformation.
Bool_t hasBinning(const char *name) const override
Returns true if binning with given name exists.If a given binning exists on the input variable,...
TObject * clone(const char *newname) const override
RooLinkedList _altBinning
!
Double_t jacobian() const override
Return value of Jacobian associated with the transformation.
std::list< std::string > getBinningNames() const override
Get a list of all binning names.
Bool_t isJacobianOK(const RooArgSet &depList) const override
Returns true if Jacobian term associated with current expression tree is indeed constant.
RooRealProxy _var
Input observable.
RooLinTransBinning _binning
RooRealProxy _offset
Offset of transformation.
const RooAbsBinning & getBinning(const char *name=0, Bool_t verbose=kTRUE, Bool_t createOnTheFly=kFALSE) const override
Const version of getBinning()
void writeToStream(std::ostream &os, Bool_t compact) const override
Write object contents to stream.
~RooLinearVar() override
Destructor.
Double_t evaluate() const override
Calculate current value of this object.
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
Mother of all ROOT objects.