#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 () |
int | main (int argc, char **argv) |
TH1D * | GetHistogram (const char *HistogramName) |
void Example2 | ( | ) |
Definition at line 52 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 43 of file Example2.cxx.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 29 of file Example2.cxx.
References Example2().