GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example7. More...
#include "TH1.h"
#include "TFile.h"
#include "TCollection.h"
#include "TApplication.h"
#include "TGo4FitMinuit.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataHistogram.h"
#include "TGo4FitModelPolynom.h"
#include "TGo4FitModelGauss1.h"
#include "TGo4FitAxisTrans.h"
#include "TGo4FitLinearTrans.h"
#include "TGo4FitterOutput.h"
Go to the source code of this file.
Functions | |
TGo4Fitter * | BuildFitter () |
TGo4FitAxisTrans * | ConstructTrans () |
void | Example7 () |
TH1D * | GetHistogram (const char *HistogramName) |
int | main (int argc, char **argv) |
TGo4Fitter * | RestoreFitter () |
void | StoreFitter (TGo4Fitter *fitter) |
TGo4Fitter * BuildFitter | ( | ) |
Definition at line 73 of file Example7.cxx.
References TGo4FitterAbstract::AddAction(), TGo4Fitter::AddAmplEstimation(), TGo4FitMinuit::AddCommand(), TGo4Fitter::AddData(), TGo4Fitter::AddModel(), TGo4FitModel::AssignToData(), TGo4FitSlotList::ConnectSlots(), TGo4Fitter::ff_ML_Poisson, TGo4Fitter::SetMemoryUsage(), TGo4FitData::SetNumberOfTransSlots(), TGo4FitComponent::SetRange(), and TGo4FitData::SetUseBinScale().
Referenced by Example7().
TGo4FitAxisTrans * ConstructTrans | ( | ) |
Definition at line 66 of file Example7.cxx.
References TGo4FitLinearTrans::SetCoefByRange().
Referenced by Example7().
void Example7 | ( | ) |
Definition at line 145 of file Example7.cxx.
References BuildFitter(), ConstructTrans(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), GetHistogram(), TGo4Fitter::Print(), RestoreFitter(), TGo4FitSlotList::SetObject(), and StoreFitter().
Referenced by main().
TH1D * GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 53 of file Example7.cxx.
Referenced by Example7().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 39 of file Example7.cxx.
References Example7().
TGo4Fitter * RestoreFitter | ( | ) |
Definition at line 135 of file Example7.cxx.
Referenced by Example7().
void StoreFitter | ( | TGo4Fitter * | fitter | ) |
Definition at line 127 of file Example7.cxx.
Referenced by Example7().