|
GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include "TH1.h"#include "TFile.h"#include "TApplication.h"#include "TCollection.h"#include "TGo4Fitter.h"#include "TGo4FitDataHistogram.h"#include "TGo4FitModelPolynom.h"#include "TGo4FitModelGauss1.h"#include "TGo4FitAxisTrans.h"#include "TGo4FitLinearTrans.h"#include "TGo4FitterConfig.h"Go to the source code of this file.
Functions | |
| void | Example6 () |
| int | main (int argc, char **argv) |
| TH1D * | GetHistogram (const char *HistogramName) |
| TGo4FitAxisTrans * | ConstructTrans () |
| TGo4Fitter * | BuildFitter () |
| void | StoreFitter (TGo4Fitter *fitter) |
| TGo4Fitter * | RestoreFitter () |
| TGo4Fitter* BuildFitter | ( | ) |
Definition at line 67 of file Example6.cxx.
References TGo4FitterAbstract::AddAction(), TGo4Fitter::AddData(), TGo4Fitter::AddModel(), TGo4Fitter::AddStandardActions(), TGo4Fitter::ff_ML_Poisson, TGo4Fitter::SetMemoryUsage(), TGo4FitterConfig::SetParDepend(), TGo4FitterConfig::SetParInit(), TGo4FitComponent::SetRange(), and TGo4FitData::SetUseBinScale().
Referenced by Example6().
| TGo4FitAxisTrans* ConstructTrans | ( | ) |
Definition at line 60 of file Example6.cxx.
References TGo4FitLinearTrans::SetCoefByRange().
Referenced by Example6().
| void Example6 | ( | ) |
Definition at line 137 of file Example6.cxx.
References TGo4FitData::AddAxisTrans(), BuildFitter(), ConstructTrans(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::FindData(), GetHistogram(), TGo4FitParsList::PrintPars(), RestoreFitter(), TGo4FitSlotList::SetObject(), and StoreFitter().
Referenced by main().
| TH1D* GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 49 of file Example6.cxx.
Referenced by Example6().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 35 of file Example6.cxx.
References Example6().
| TGo4Fitter* RestoreFitter | ( | ) |
Definition at line 129 of file Example6.cxx.
Referenced by Example6().
| void StoreFitter | ( | TGo4Fitter * | fitter | ) |
Definition at line 121 of file Example6.cxx.
Referenced by Example6().
1.8.8