GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Go4Fit Example3. More...
#include <iostream>
#include "TH1.h"
#include "TFile.h"
#include "TApplication.h"
#include "TGo4Fitter.h"
#include "TGo4FitModelFunction.h"
Go to the source code of this file.
Functions | |
void | Example3 () |
Double_t | gaussian_ (Double_t *axis, Double_t *pars) |
TH1D * | GetHistogram (const char *HistogramName) |
int | main (int argc, char **argv) |
Go4Fit Example3.
Definition in file Example3.cxx.
void Example3 | ( | ) |
Definition at line 58 of file Example3.cxx.
References TGo4Fitter::AddH1(), TGo4Fitter::AddModel(), TGo4FitterAbstract::AddOutputAction(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::ff_ML_Poisson, gaussian_(), GetHistogram(), and TGo4FitParsList::SetParValue().
Referenced by main().
Double_t gaussian_ | ( | Double_t * | axis, |
Double_t * | pars ) |
Referenced by Example3().
TH1D * GetHistogram | ( | const char * | HistogramName | ) |
Definition at line 47 of file Example3.cxx.
Referenced by Example3().
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 33 of file Example3.cxx.
References Example3().