#include "Riostream.h"
#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 | Example9 () |
int | main (int argc, char **argv) |
void | DrawHistogram (TH1 *histo, const char *CanvasName, const char *DrawOption) |
void DrawHistogram | ( | TH1 * | histo, | |
const char * | CanvasName, | |||
const char * | DrawOption | |||
) |
Definition at line 46 of file Example9.cxx.
void Example9 | ( | ) |
Definition at line 54 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 33 of file Example9.cxx.
References Example9().