-
- Downloads
import lates changes from math development branch
(from rev 26842) The main changes are: - add support for drawing Scan and Contour plot from FitPanel - improve Minimizer interface by adding methods for contours and scan. implement them using Minuit and Minuit2 Mathcore: - improve Fitter class mantain now after fitting a reference to the Minimizer and Objective funciton which can be used later for performing the contour and scans - avoid a copy of FitResult class - add new methods in Minimizer for re-setting the variable values - fix the bin fitting using the bin function integral in combination with the gradient or with Fumili - add dictionary for Fit method functions Minuit2: remove limit on number of scan points implement scan and contour in Minuit2Minimizer Minuit implement scan and contour in TMinuitMinimizer SMatrix: Change implementation of SMatrix::Invert (and Inverse) to use the direct Cramer method only for 2x2 (not up to 5x5) Add SMatrix::InvertFast using Cramer method up to 5x5 (this is having now same behavior as before) hist: TBackCompFitter: improve class due to change in Fitter. Use now the minimizer reference and there is no need to re-create it Add interface for scan and contour in TBackCompFitter Add methods to retrieve FitResult and FitConfig mathmore fix a memory leak implement changes in Minimizer fitpanel new dialog for the advanced drawing option with two tabs one for drawing contour the other for drawing scan plots fixed some meory leaks and other small problems git-svn-id: http://root.cern.ch/svn/root/trunk@26866 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- gui/fitpanel/inc/LinkDef.h 1 addition, 0 deletionsgui/fitpanel/inc/LinkDef.h
- gui/fitpanel/inc/TAdvancedGraphicsDialog.h 71 additions, 0 deletionsgui/fitpanel/inc/TAdvancedGraphicsDialog.h
- gui/fitpanel/inc/TFitEditor.h 1 addition, 0 deletionsgui/fitpanel/inc/TFitEditor.h
- gui/fitpanel/src/TAdvancedGraphicsDialog.cxx 284 additions, 0 deletionsgui/fitpanel/src/TAdvancedGraphicsDialog.cxx
- gui/fitpanel/src/TFitEditor.cxx 77 additions, 78 deletionsgui/fitpanel/src/TFitEditor.cxx
- gui/fitpanel/src/TFitParametersDialog.cxx 11 additions, 0 deletionsgui/fitpanel/src/TFitParametersDialog.cxx
- hist/hist/inc/HFitInterface.h 1 addition, 1 deletionhist/hist/inc/HFitInterface.h
- hist/hist/inc/TBackCompFitter.h 30 additions, 3 deletionshist/hist/inc/TBackCompFitter.h
- hist/hist/src/HFitImpl.cxx 9 additions, 10 deletionshist/hist/src/HFitImpl.cxx
- hist/hist/src/TBackCompFitter.cxx 168 additions, 76 deletionshist/hist/src/TBackCompFitter.cxx
- math/fumili/inc/TFumiliMinimizer.h 3 additions, 0 deletionsmath/fumili/inc/TFumiliMinimizer.h
- math/fumili/src/TFumiliMinimizer.cxx 46 additions, 7 deletionsmath/fumili/src/TFumiliMinimizer.cxx
- math/mathcore/inc/Fit/Chi2FCN.h 2 additions, 2 deletionsmath/mathcore/inc/Fit/Chi2FCN.h
- math/mathcore/inc/Fit/FitResult.h 2 additions, 2 deletionsmath/mathcore/inc/Fit/FitResult.h
- math/mathcore/inc/Fit/Fitter.h 34 additions, 7 deletionsmath/mathcore/inc/Fit/Fitter.h
- math/mathcore/inc/LinkDef2.h 4 additions, 0 deletionsmath/mathcore/inc/LinkDef2.h
- math/mathcore/inc/LinkDef3.h 18 additions, 8 deletionsmath/mathcore/inc/LinkDef3.h
- math/mathcore/inc/Math/Minimizer.h 35 additions, 4 deletionsmath/mathcore/inc/Math/Minimizer.h
- math/mathcore/inc/Math/WrappedFunction.h 40 additions, 1 deletionmath/mathcore/inc/Math/WrappedFunction.h
- math/mathcore/src/FitConfig.cxx 1 addition, 1 deletionmath/mathcore/src/FitConfig.cxx
Loading
Please register or sign in to comment