[root] / trunk / gui / fitpanel / src / TAdvancedGraphicsDialog.cxx Repository:
ViewVC logotype

Log of /trunk/gui/fitpanel/src/TAdvancedGraphicsDialog.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 43842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 19 13:09:11 2012 UTC (2 years, 9 months ago) by bellenot
File length: 18409 byte(s)
Diff to previous 43645
Revert rev 43645 (may cause crash if someone delete a dialog...)

Revision 43645 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 4 20:31:50 2012 UTC (2 years, 9 months ago) by bellenot
File length: 18629 byte(s)
Diff to previous 31212
Prevent closing the main frame (via the WM, with the close button) while a modal dialog is open (while the client is waiting for it)

Revision 31212 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 16 17:30:21 2009 UTC (5 years, 2 months ago) by moneta
File length: 18409 byte(s)
Diff to previous 30151
merge work from David in  https://root.cern.ch/svn/root/branches/dev/mathDev/gui/fitpanel  up to revision 31170 

Major changes are described in:  

 http://root.cern.ch/viewvc?view=rev&revision=30631
 
 http://root.cern.ch/viewvc?view=rev&revision=30701

 http://root.cern.ch/viewvc?view=rev&revision=30718 


and add also unit tests in fitpanel/test directory

Revision 30151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 14 15:48:19 2009 UTC (5 years, 4 months ago) by bellenot
File length: 17210 byte(s)
Diff to previous 28793
Change order of MapWindow() & Window Manager operations (SETWM...) to fix potential WM dependent problems with the event recorder on Linux

Revision 28793 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 3 09:30:13 2009 UTC (5 years, 7 months ago) by moneta
File length: 17210 byte(s)
Diff to previous 28057
merge changes in branch from David (up to version 28775) 

 - use the confidence level as parameter in the conf level dialog

Revision 28057 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 2 09:45:46 2009 UTC (5 years, 9 months ago) by moneta
File length: 17213 byte(s)
Diff to previous 26947
- merge changes in the branch from David (from rev 27549:28056)

 - Add support for drawing the fit function confidence levels 
 - make gaus the default when fitting 1D objects
 - fix bug https://savannah.cern.ch/bugs/?47670

Revision 26947 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 16 11:09:54 2008 UTC (6 years, 1 month ago) by moneta
File length: 13130 byte(s)
Diff to previous 26907
merge lates change from dev branch (from version 26682 in math and gui)

fitpanel: 

 some small improvements from David, like adding the tip text, and possibility for choosing contour color

 minuit2: 
add new standalone test for multi-dim fit to show effect of parallelization

 mathcore.mathmore: 
 fix some small problems with the test programs

Revision 26907 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 15 10:18:35 2008 UTC (6 years, 1 month ago) by moneta
File length: 11750 byte(s)
Diff to previous 26901
- from David: add comments description class member functions

Revision 26901 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 14 17:29:34 2008 UTC (6 years, 1 month ago) by moneta
File length: 11134 byte(s)
Diff to previous 26866
- fix coding convention violation

Revision 26866 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 12 10:50:07 2008 UTC (6 years, 1 month ago) by moneta
File length: 10830 byte(s)
Copied from: branches/dev/mathDev/gui/fitpanel/src/TAdvancedGraphicsDialog.cxx revision 26843
Diff to previous 26840
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

Revision 26840 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 11 16:19:10 2008 UTC (6 years, 1 month ago) by moneta
Original Path: branches/dev/mathDev/gui/fitpanel/src/TAdvancedGraphicsDialog.cxx
File length: 10680 byte(s)
Diff to previous 26839
- add confidence level as an optional parameter for contours

Revision 26839 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Dec 11 15:58:49 2008 UTC (6 years, 1 month ago) by dmgonzal
Original Path: branches/dev/mathDev/gui/fitpanel/src/TAdvancedGraphicsDialog.cxx
File length: 10624 byte(s)
Advanced graphics button implemented. This includes contour and scan graphics, with the possibility of being upgraded.

Also refactor a pice of code to retrieve the fit function in the fitpanel.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9