GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example6. More...
#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 | |
TGo4Fitter * | BuildFitter () |
TGo4FitAxisTrans * | ConstructTrans () |
void | Example6 () |
TH1D * | GetHistogram (const char *HistogramName) |
int | main (int argc, char **argv) |
TGo4Fitter * | RestoreFitter () |
void | StoreFitter (TGo4Fitter *fitter) |
TGo4Fitter * BuildFitter | ( | ) |
Definition at line 72 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 65 of file Example6.cxx.
References TGo4FitLinearTrans::SetCoefByRange().
Referenced by Example6().
void Example6 | ( | ) |
Definition at line 144 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 52 of file Example6.cxx.
Referenced by Example6().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 38 of file Example6.cxx.
References Example6().
TGo4Fitter * RestoreFitter | ( | ) |
Definition at line 134 of file Example6.cxx.
Referenced by Example6().
void StoreFitter | ( | TGo4Fitter * | fitter | ) |
Definition at line 126 of file Example6.cxx.
Referenced by Example6().