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

Go4Fit Example8. More...

#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 AddRangeCut (TGo4FitComponent *comp)
 
void DrawHistogram (TH1 *histo, const char *CanvasName, const char *DrawOption)
 
void Example8 ()
 
int main (int argc, char **argv)
 

Detailed Description

Go4Fit Example8.

Use of range cut

Definition in file Example8.cxx.

Function Documentation

◆ AddRangeCut()

void AddRangeCut ( TGo4FitComponent * comp)

Definition at line 61 of file Example8.cxx.

References TGo4FitComponent::AddRangeCut().

Referenced by Example8().

◆ DrawHistogram()

void DrawHistogram ( TH1 * histo,
const char * CanvasName,
const char * DrawOption )

Definition at line 53 of file Example8.cxx.

Referenced by Example8().

◆ Example8()

◆ main()

int main ( int argc,
char ** argv )

Definition at line 40 of file Example8.cxx.

References Example8().