38 FitFunctionTypeCmb->setCurrentIndex(typ);
40 const char strend[3] = { 13, 10, 0 };
41 QString info(
"Associations:");
45 info += data->GetName();
51 info+=model->GetName();
56 InfoLbl->setText(info);
57 InfoLbl->adjustSize();
Basic abstract class for representing data, which should be fitted.
Basic abstract class for representing model components of fitted data.
Bool_t IsAssignTo(const char *DataName) const
Checks, if model assigned to given data.
Central class of Go4Fit package.
TGo4FitModel * GetModel(Int_t n)
Return model component with given index.
Int_t GetNumModel() const
Return number of model component in fitter.
TGo4FitData * GetData(Int_t n)
Return data object with given index.
Int_t GetNumData() const
Return number of data objects in fitter.
void SetFitFunctionType(Int_t iFitFunctionType)
Set fitted function type for minimization.
Int_t GetFitFunctionType() const
Return type of fitted function.