#include "TROOT.h"
#include "TMath.h"
#include "TRandom.h"
#include "TGraph.h"
#include "TF2.h"
#include "TCanvas.h"
#include "TEllipse.h"
#include "Math/Minimizer.h"
#include "Math/Factory.h"
#include "Math/Functor.h"
#include <cmath>
#include <iostream>
Functions | |
Double_t | ellipse_fcn (const Double_t *x, const Double_t *params) |
Double_t | ellipse_fcn (Double_t x, Double_t y, Double_t x0, Double_t y0, Double_t a, Double_t b, Double_t theta) |
Double_t | ellipse_TGraph_chi2 (const Double_t *x) |
ROOT::Math::Minimizer * | ellipse_TGraph_minimize (TGraph *g) |
void | fitEllipseTGraphRMM (TGraph *g=((TGraph *) 0)) |
TGraph * | TestGraphRMM (Bool_t randomize=kFALSE) |
Variables | |
TGraph * | ellipse_TGraph = ((TGraph *)0) |
Definition at line 73 of file fitEllipseTGraphRMM.cxx.
Double_t ellipse_fcn | ( | Double_t | x, |
Double_t | y, | ||
Double_t | x0, | ||
Double_t | y0, | ||
Double_t | a, | ||
Double_t | b, | ||
Double_t | theta | ||
) |
Definition at line 40 of file fitEllipseTGraphRMM.cxx.
Definition at line 92 of file fitEllipseTGraphRMM.cxx.
ROOT::Math::Minimizer * ellipse_TGraph_minimize | ( | TGraph * | g | ) |
Definition at line 112 of file fitEllipseTGraphRMM.cxx.
Definition at line 269 of file fitEllipseTGraphRMM.cxx.
Definition at line 221 of file fitEllipseTGraphRMM.cxx.
Definition at line 84 of file fitEllipseTGraphRMM.cxx.