GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
Example6.cxx File Reference

Go4Fit Example6. More...

#include "TH1.h"
#include "TFile.h"
#include "TApplication.h"
#include "TCollection.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataHistogram.h"
#include "TGo4FitModelPolynom.h"
#include "TGo4FitModelGauss1.h"
#include "TGo4FitAxisTrans.h"
#include "TGo4FitLinearTrans.h"
#include "TGo4FitterConfig.h"

Go to the source code of this file.

Functions

TGo4FitterBuildFitter ()
 
TGo4FitAxisTransConstructTrans ()
 
void Example6 ()
 
TH1D * GetHistogram (const char *HistogramName)
 
int main (int argc, char **argv)
 
TGo4FitterRestoreFitter ()
 
void StoreFitter (TGo4Fitter *fitter)
 

Detailed Description

Go4Fit Example6.

Simultaneous fit of two histogram

Definition in file Example6.cxx.

Function Documentation

◆ BuildFitter()

◆ ConstructTrans()

TGo4FitAxisTrans * ConstructTrans ( )

Definition at line 65 of file Example6.cxx.

References TGo4FitLinearTrans::SetCoefByRange().

Referenced by Example6().

◆ Example6()

◆ GetHistogram()

TH1D * GetHistogram ( const char * HistogramName)

Definition at line 52 of file Example6.cxx.

Referenced by Example6().

◆ main()

int main ( int argc,
char ** argv )

Definition at line 38 of file Example6.cxx.

References Example6().

◆ RestoreFitter()

TGo4Fitter * RestoreFitter ( )

Definition at line 134 of file Example6.cxx.

Referenced by Example6().

◆ StoreFitter()

void StoreFitter ( TGo4Fitter * fitter)

Definition at line 126 of file Example6.cxx.

Referenced by Example6().