14#ifndef TGO4FITLINEARTRANS_H
15#define TGO4FITLINEARTRANS_H
52 void SetCoef(Double_t iCoefK, Double_t iCoefB)
55 void SetCoefByPoints(Double_t n1, Double_t y1, Double_t n2, Double_t y2);
59 void Print(Option_t *option =
"")
const override;
The linear transformation of selected data axis.
void SetCoefByPoints(Double_t n1, Double_t y1, Double_t n2, Double_t y2)
void SetCoefB(Double_t b)
void SetCoefK(Double_t k)
void SetCoefByRange(Int_t nbins, Double_t y1, Double_t y2)
virtual ~TGo4FitLinearTrans()
void Transformation(Double_t *scales, Int_t naxis) override
void SetAxis(Int_t iAxis)
void SetCoef(Double_t iCoefK, Double_t iCoefB)
void Print(Option_t *option="") const override
Double_t GetValue() const
Return parameter value.
void SetValue(Double_t iValue)
Set parameter value.
TGo4FitParameter * GetPar(Int_t n)
Return parameter according given index.