#include "Riostream.h"
#include "TMath.h"
#include "TH1.h"
#include "TH2.h"
#include "TCanvas.h"
#include "TCutG.h"
#include "TApplication.h"
#include "TRandom.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataHistogram.h"
#include "TGo4FitDataRidge.h"
#include "TGo4FitModelFormula.h"
Go to the source code of this file.
Functions | |
void | Example13 () |
int | main (int argc, char **argv) |
void | AddRidge (TH2D *histo, double a, double k, double b, double xstart, int numsteps, int numpoints, double deviation) |
TH2D * | MakeRidgeHistogram () |
TCutG * | MakeCut () |
void AddRidge | ( | TH2D * | histo, | |
double | a, | |||
double | k, | |||
double | b, | |||
double | xstart, | |||
int | numsteps, | |||
int | numpoints, | |||
double | deviation | |||
) |
void Example13 | ( | ) |
Definition at line 93 of file Example13.cxx.
References TGo4Fitter::AddData(), TGo4Fitter::AddModel(), TGo4FitComponent::AddRangeCut(), TGo4FitterAbstract::AddSimpleMinuit(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_chi_square, MakeCut(), MakeRidgeHistogram(), TGo4Fitter::Print(), TGo4FitData::SetExcludeLessThen(), TGo4Fitter::SetMemoryUsage(), TGo4FitParsList::SetParsNames(), TGo4FitParsList::SetParsValues(), and TGo4FitComponent::SetRange().
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 35 of file Example13.cxx.
References Example13().
TCutG* MakeCut | ( | ) |
Definition at line 86 of file Example13.cxx.
Referenced by Example13().
TH2D* MakeRidgeHistogram | ( | ) |