ROOT
6.07/01
Reference Guide
|
#include "TCanvas.h"
#include "TRandom3.h"
#include "TGraph.h"
#include "TMath.h"
#include "TArc.h"
#include "TVirtualFitter.h"
Go to the source code of this file.
Functions | |
void | myfcn (Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t) |
void | fitCircle (Int_t n=10000) |
Variables | |
TGraph * | gr |
Definition at line 35 of file fitCircle.C.
Definition at line 20 of file fitCircle.C.
Referenced by fitCircle().
TGraph* gr |
Definition at line 17 of file fitCircle.C.