// top doc Doxygen page for minuit2 /** \page Minuit2 Minuit2 Package @b Minuit2 is a new object-oriented implementation, written in C++, of the popular MINUIT minimization package. These new version provides basically all the functionality present in the old Fortran version, with almost equivalent numerical accuracy and computational performances. Furthermore, it contains new functionality, like the possibility to set single side parameter limits or the FUMILI algorithm, which is an optimized method for least square and log likelihood minimizations. The package has been originally developed by M. Winkler and F. James. More information on the new C++ version can be found on the MINUIT Web Site.

Minuit2, originally developed in the SEAL project, is now distributed within %ROOT. The API has been then changed in this new version to follow the %ROOT coding convention (function names starting with capital letters) and the classes have been moved inside the namespace ROOT::Minuit2. In addition, the %ROOT distribution contains classes needed to integrate Minuit2 in the %ROOT framework.

In the latest version (from 5.17.08) a new class has been introduced, ROOT::Minuit2::Minuit2Minimizer, which implements the interface ROOT::Math::Minimizer. Within ROOT, it can be instantiates also using the ROOT plug-in manager. This class provides a convenient entry point for using Minuit2.

The current version of Minuit2 can be downloaded from here and does not contain the %ROOT interface. It is therefore totally independent of external packages and can be simply build using the configure script and then make. Example tests are provided in the directory test/MnSim and test/MnTutorial and they can be built with the make check command.
The User Guide provides all the information needed for using directly (without add-on packages like %ROOT) the C++ version of MINUIT.

References

  1. F. James, Fortran MINUIT Reference Manual (html);
  2. F. James and M. Winkler, C++ MINUIT User's Guide (pdf);
  3. F. James, Minuit Tutorial on Function Minimization (pdf);
  4. F. James, The Interpretation of Errors in Minuit (pdf);

@authors the %ROOT Math Library Team

@b Contact: */