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

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)
 

Detailed Description

Go4Fit Example3.

Definition in file Example3.cxx.

Function Documentation

◆ Example3()

◆ gaussian_()

Double_t gaussian_ ( Double_t * axis,
Double_t * pars )

Referenced by Example3().

◆ GetHistogram()

TH1D * GetHistogram ( const char * HistogramName)

Definition at line 47 of file Example3.cxx.

Referenced by Example3().

◆ main()

int main ( int argc,
char ** argv )

Definition at line 33 of file Example3.cxx.

References Example3().