#include "Riostream.h"#include "TH1.h"#include "TFile.h"#include "TApplication.h"#include "TGo4Fitter.h"#include "TGo4FitModelFunction.h"Go to the source code of this file.
Functions | |
| void | Example3 () | 
| int | main (int argc, char **argv) | 
| Double_t | gaussian_ (Double_t *axis, Double_t *pars) | 
| TH1D * | GetHistogram (const char *HistogramName) | 
| void Example3 | ( | ) | 
Definition at line 51 of file Example3.cxx.
References TGo4Fitter::AddH1(), TGo4Fitter::AddModel(), TGo4FitterAbstract::AddOutputAction(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::ff_ML_Poisson, gaussian_(), GetHistogram(), and TGo4FitParsList::SetParValue().
Referenced by main().
| Double_t gaussian_ | ( | Double_t * | axis, | |
| Double_t * | pars | |||
| ) | 
Referenced by Example3().
| TH1D* GetHistogram | ( | const char * | HistogramName | ) | 
Definition at line 42 of file Example3.cxx.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) | 
Definition at line 28 of file Example3.cxx.
References Example3().
 1.7.1