|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example9. More...
#include <iostream>#include "TH1.h"#include "TH2.h"#include "TFile.h"#include "TCanvas.h"#include "TApplication.h"#include "TGo4FitMinuit.h"#include "TGo4Fitter.h"#include "TGo4FitDataHistogram.h"#include "TGo4FitModelPolynom.h"#include "TGo4FitModelGauss2.h"#include "TGo4FitModelGaussN.h"Go to the source code of this file.
Functions | |
| void | DrawHistogram (TH1 *histo, const char *CanvasName, const char *DrawOption) |
| void | Example9 () |
| int | main (int argc, char **argv) |
| void DrawHistogram | ( | TH1 * | histo, |
| const char * | CanvasName, | ||
| const char * | DrawOption ) |
Definition at line 55 of file Example9.cxx.
Referenced by Example9().
| void Example9 | ( | ) |
Definition at line 63 of file Example9.cxx.
References TGo4Fitter::AddData(), TGo4Fitter::AddModel(), TGo4Fitter::CreateDrawObject(), DrawHistogram(), TGo4FitComponent::SetAmplValue(), TGo4FitModel::SetIntegrationsProperty(), TGo4FitSlotList::SetObject(), and TGo4FitComponent::SetRange().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 42 of file Example9.cxx.
References Example9().