#include "TGraph.h"
#include "TApplication.h"
#include "TGo4Fitter.h"
#include "TGo4FitDataGraph.h"
Go to the source code of this file.
Functions | |
void | Example12 () |
int | main (int argc, char **argv) |
TGraph * | MakeGraph () |
void Example12 | ( | ) |
Definition at line 55 of file Example12.cxx.
References TGo4Fitter::AddGraph(), TGo4Fitter::AddPolynomX(), TGo4FitterAbstract::DoActions(), TGo4Fitter::Draw(), TGo4Fitter::ff_ML_Poisson, MakeGraph(), and TGo4Fitter::Print().
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 27 of file Example12.cxx.
References Example12().
TGraph* MakeGraph | ( | ) |
Definition at line 41 of file Example12.cxx.
Referenced by Example12().