|
GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include "TH1.h"#include "TFile.h"#include "TApplication.h"#include "TGo4Fitter.h"#include "TGo4FitPeakFinder.h"Go to the source code of this file.
Functions | |
| void | Example11 () |
| int | main (int argc, char **argv) |
| TH1D * | GetHistogram (const char *HistogramName) |
| void Example11 | ( | ) |
Definition at line 51 of file Example11.cxx.
References TGo4FitterAbstract::AddActionAt(), TGo4Fitter::AddH1(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, GetHistogram(), TGo4Fitter::Print(), and TGo4FitPeakFinder::SetupForFirst().
Referenced by main().
| TH1D* GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 42 of file Example11.cxx.
Referenced by Example11().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 28 of file Example11.cxx.
References Example11().
1.8.8