#include "Math/MinimizerOptions.h"#include "Math/GenAlgoOptions.h"#include "TEnv.h"#include <iomanip>Go to the source code of this file.
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Math |
| namespace | ROOT::Math::Minim |
Variables | |
| static std::string | ROOT::Math::Minim::gDefaultMinimizer = "" |
| static std::string | ROOT::Math::Minim::gDefaultMinimAlgo = "Migrad" |
| static double | ROOT::Math::Minim::gDefaultErrorDef = 1. |
| static double | ROOT::Math::Minim::gDefaultTolerance = 1.E-4 |
| static double | ROOT::Math::Minim::gDefaultPrecision = -1 |
| static int | ROOT::Math::Minim::gDefaultMaxCalls = 0 |
| static int | ROOT::Math::Minim::gDefaultMaxIter = 0 |
| static int | ROOT::Math::Minim::gDefaultStrategy = 1 |
| static int | ROOT::Math::Minim::gDefaultPrintLevel = 0 |
1.5.1