#include "TMinuit.h"
#include "TFitter.h"
#include "TH1.h"
#include "TF1.h"
#include "TF2.h"
#include "TF3.h"
#include "TList.h"
#include "TGraph.h"
#include "TGraph2D.h"
#include "TMultiGraph.h"
#include "TMath.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
void | F2Fit (Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag) |
void | F3Fit (Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag) |
Definition at line 600 of file TFitter.cxx.