14 #ifndef TGO4FITMODELPOLYNOM_H
15 #define TGO4FITMODELPOLYNOM_H
74 TGo4FitModelPolynom(
const char* iName, Double_t iOrderX, Double_t iOrderY, Double_t iOrderZ);
105 virtual void Print(Option_t* option)
const;
108 virtual Double_t
EvalN(
const Double_t* v);
117 void CreateOrdersPars(
const Double_t* orders, Int_t startaxis, Int_t maxaxis, Int_t AtIndx = -1);
138 #endif // TGO4FITMODELPOLYNOM_H
TString GetOrderParName(Int_t naxis)
virtual ~TGo4FitModelPolynom()
virtual Bool_t BeforeEval(Int_t NDimension)
ClassDef(TGo4FitSlotList, 1)
Bool_t SetMaxNumAxis(Int_t numaxis)
virtual Double_t EvalN(const Double_t *v)
void CreateOrdersPars(const Double_t *orders, Int_t startaxis, Int_t maxaxis, Int_t AtIndx=-1)
Double_t GetPolynomOrder(Int_t naxis)
virtual void Print(Option_t *option) const