16 #ifndef ROO_LINEAR_VAR 17 #define ROO_LINEAR_VAR 57 using RooAbsRealLValue::operator= ;
virtual Double_t evaluate() const
Calculate current value of this object.
virtual ~RooLinearVar()
Destructor.
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read object contents from stream.
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Write object contents to stream.
#define ClassDef(name, id)
virtual Bool_t isJacobianOK(const RooArgSet &depList) const
Returns true if Jacobian term associated with current expression tree is indeed constant.
RooLinkedList _altBinning
RooLinTransBinning is a special binning implementation for RooLinearVar that transforms the binning o...
virtual void setVal(Double_t value)
Assign given value to linear transformation: sets input variable to (value-offset)/slope If slope is ...
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)=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...
RooLinTransBinning _binning
virtual Double_t offset() const
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.
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 ...
virtual Double_t jacobian() const
Return value of Jacobian associated with the transformation.
virtual TObject * clone(const char *newname) const
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...