GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example5. More...
#include "TH1.h"
#include "TFile.h"
#include "TApplication.h"
#include "TGo4FitMinuit.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataHistogram.h"
Go to the source code of this file.
Functions | |
void | Example5 () |
TH1D * | GetHistogram (const char *HistogramName) |
int | main (int argc, char **argv) |
Go4Fit Example5.
Fit one histogram and then apply fitter for another histogram
Definition in file Example5.cxx.
void Example5 | ( | ) |
Definition at line 59 of file Example5.cxx.
References TGo4Fitter::AddGauss1(), TGo4Fitter::AddH1(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, GetHistogram(), TGo4Fitter::Print(), and TGo4FitDataHistogram::SetHistogram().
Referenced by main().
TH1D * GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 48 of file Example5.cxx.
Referenced by Example5().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 33 of file Example5.cxx.
References Example5().