16 #ifndef ROO_LINEAR_VAR 17 #define ROO_LINEAR_VAR 57 using RooAbsRealLValue::operator= ;
virtual ~RooLinearVar()
Destructor.
virtual Double_t evaluate() const
Calculate current value of this object.
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read object contents from stream.
virtual Bool_t isJacobianOK(const RooArgSet &depList) const
Returns true if Jacobian term associated with current expression tree is indeed constant.
#define ClassDef(name, id)
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Write object contents to stream.
virtual Double_t offset() const
RooLinkedList _altBinning
virtual const RooAbsBinning & getBinning(const char *name=0, Bool_t verbose=kTRUE, Bool_t createOnTheFly=kFALSE) const
Const version of getBinning()
virtual void setVal(Double_t value)
Assign given value to linear transformation: sets input variable to (value-offset)/slope If slope is ...
virtual Double_t jacobian() const
Return value of Jacobian associated with the transformation.
virtual void setVal(Double_t value)=0
virtual TObject * clone(const char *newname) const
RooLinTransBinning _binning
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual std::list< std::string > getBinningNames() const
Get a list of all binning names.
Mother of all ROOT objects.
virtual Bool_t hasBinning(const char *name) const
Returns true if binning with given name exists.If a given binning exists on the input variable...