GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example10. More...
#include "TH1.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TApplication.h"
#include "TGo4FitMinuit.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataHistogram.h"
#include "TGo4FitModelPolynom.h"
#include "TGo4FitModelGauss1.h"
#include "TGo4FitModelFromData.h"
Go to the source code of this file.
Functions | |
void | Example10 () |
TH1D * | GetHistogram (const char *HistogramName) |
int | main (int argc, char **argv) |
Go4Fit Example10.
Using histogram as model component for another histogram
Definition in file Example10.cxx.
void Example10 | ( | ) |
Definition at line 63 of file Example10.cxx.
References TGo4Fitter::AddGauss1(), TGo4Fitter::AddH1(), TGo4Fitter::AddModel(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, GetHistogram(), and TGo4Fitter::Print().
Referenced by main().
TH1D * GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 52 of file Example10.cxx.
Referenced by Example10().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 38 of file Example10.cxx.
References Example10().