#include "TH1.h"
#include "TH2.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TCutG.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 | Example8 () |
int | main (int argc, char **argv) |
void | DrawHistogram (TH1 *histo, const char *CanvasName, const char *DrawOption) |
void | AddRangeCut (TGo4FitComponent *comp) |
void AddRangeCut | ( | TGo4FitComponent * | comp | ) |
Definition at line 53 of file Example8.cxx.
References TGo4FitComponent::AddRangeCut().
Referenced by Example8().
void DrawHistogram | ( | TH1 * | histo, | |
const char * | CanvasName, | |||
const char * | DrawOption | |||
) |
Definition at line 45 of file Example8.cxx.
Referenced by Example8(), and Example9().
void Example8 | ( | ) |
Definition at line 61 of file Example8.cxx.
References TGo4Fitter::AddData(), TGo4Fitter::AddModel(), AddRangeCut(), TGo4FitterAbstract::AddSimpleMinuit(), TGo4Fitter::CreateDrawObject(), TGo4FitterAbstract::DoActions(), DrawHistogram(), TGo4Fitter::ff_ML_Poisson, TGo4Fitter::Print(), TGo4FitComponent::SetAmplValue(), TGo4Fitter::SetMemoryUsage(), TGo4FitModel::SetPosition(), and TGo4FitModel::SetWidth().
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 32 of file Example8.cxx.
References Example8().