#include "TMinuitMinimizer.h"
#include "Math/IFunction.h"
#include "Fit/ParameterSettings.h"
#include "TMinuit.h"
#include "TROOT.h"
#include "TList.h"
#include "TGraph.h"
#include "TError.h"
#include "TMatrixDSym.h"
#include "ThreadLocalStorage.h"
#include <cassert>
#include <algorithm>
#include <functional>
#include <cmath>
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 | |
static ROOT::Math::IMultiGenFunction *& | GetGlobalFuncPtr () |
|
static |
Definition at line 46 of file TMinuitMinimizer.cxx.