#include "TH1.h"
#include "TFile.h"
#include "TApplication.h"
#include "TGo4Fitter.h"
#include "TModelTemplate.h"
Go to the source code of this file.
Functions | |
void | Example4 () |
int | main (int argc, char **argv) |
TH1D * | GetHistogram (const char *HistogramName) |
void Example4 | ( | ) |
Definition at line 54 of file Example4.cxx.
References TGo4Fitter::AddH1(), TGo4Fitter::AddModel(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, GetHistogram(), TGo4Fitter::Print(), and TGo4FitParsList::SetParValue().
Referenced by main().
TH1D* GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 45 of file Example4.cxx.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 31 of file Example4.cxx.
References Example4().