ROOT 6.13/01 Reference Guide |
#include "Math/MinimizerOptions.h"
#include "Math/GenAlgoOptions.h"
#include "TEnv.h"
#include <iomanip>
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Math | |
ROOT::Math::Minim | |
Variables | |
static double | ROOT::Math::Minim::gDefaultErrorDef = 1. |
static IOptions * | ROOT::Math::Minim::gDefaultExtraOptions = 0 |
static int | ROOT::Math::Minim::gDefaultMaxCalls = 0 |
static int | ROOT::Math::Minim::gDefaultMaxIter = 0 |
static std::string | ROOT::Math::Minim::gDefaultMinimAlgo = "Migrad" |
static std::string | ROOT::Math::Minim::gDefaultMinimizer = "" |
static double | ROOT::Math::Minim::gDefaultPrecision = -1 |
static int | ROOT::Math::Minim::gDefaultPrintLevel = 0 |
static int | ROOT::Math::Minim::gDefaultStrategy = 1 |
static double | ROOT::Math::Minim::gDefaultTolerance = 1.E-2 |