![]() |
ROOT
6.06/09
Reference Guide
|
#include "Math/MinimizerOptions.h"#include "Math/GenAlgoOptions.h"#include "TEnv.h"#include <iomanip>
Include dependency graph for MinimizerOptions.cxx:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |
| 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-2 |
| 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 |
| static IOptions * | ROOT::Math::Minim::gDefaultExtraOptions = 0 |