#include "TH1.h"
#include "TFile.h"
#include "TApplication.h"
#include "TGo4Fitter.h"
Go to the source code of this file.
Functions | |
void | Example1 () |
int | main (int argc, char **argv) |
TH1D * | GetHistogram (const char *HistogramName) |
void Example1 | ( | ) |
Definition at line 52 of file Example1.cxx.
References TGo4Fitter::AddGauss1(), TGo4Fitter::AddH1(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, and GetHistogram().
Referenced by main().
TH1D* GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 43 of file Example1.cxx.
Referenced by Example1(), Example10(), Example11(), Example2(), Example3(), Example4(), Example5(), Example6(), Example7(), and TGo4ExampleClient::UpdateStatus().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 29 of file Example1.cxx.
References Example1().