|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example2. More...
#include "TH1.h"#include "TFile.h"#include "TApplication.h"#include "TGo4Fitter.h"#include "TGo4FitModelFunction.h"#include "TGo4FitModelFormula.h"Go to the source code of this file.
Functions | |
| void | Example2 () |
| TH1D * | GetHistogram (const char *HistogramName) |
| int | main (int argc, char **argv) |
Go4Fit Example2.
Definition in file Example2.cxx.
| void Example2 | ( | ) |
Definition at line 57 of file Example2.cxx.
References TGo4Fitter::AddH1(), TGo4Fitter::AddModel(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, GetHistogram(), TGo4Fitter::Print(), TGo4FitParsList::SetParsNames(), and TGo4FitParsList::SetParsValues().
Referenced by main().
| TH1D * GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 46 of file Example2.cxx.
Referenced by Example2().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 32 of file Example2.cxx.
References Example2().