- Nov 17, 2009
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31243 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31242 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31241 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31239 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31238 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
The new version implemnts a new efficient method PINV which is an approximate inversion method NOTE: after updaing from svn, a make distclean-unuran is needed and in addition one needs to do also >> rm $ROOTSYS/math/unuran/src/unuran-1.3.0-root git-svn-id: http://root.cern.ch/svn/root/trunk@31237 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31235 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
that '^@' or '^A' were printed out. To bypass that and properly output "kTRUE" or "kFALSE" a new protected static function: const char* TEveElement::ToString(Bool_t b) has been introduced. This is then used wherever appropriate. git-svn-id: http://root.cern.ch/svn/root/trunk@31234 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
When checking and executing a macro strip off also the directory. * TEveManager InsertVizDBEntry() - rewrite logic for un-registration of clients from the old model. Also propagate changes to projected replicas if update is requested. LoadVizDB() - call Redraw3D() at the end. SaveVizDB() - expand pathname before opening the file. * TEveElement SetVizModel() - decrease fParentIgnoreCnt *before* removing itself from the old model and increase it *after* adding itself to the new model. * TEveStraightLineSet In CopyVizParams() write out "kTRUE"/"kFALSE" for boll values. git-svn-id: http://root.cern.ch/svn/root/trunk@31233 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Remove the variable XROOTDDIRP, a remnant of ancient times which was currently a duplication of XROOTDDIRL. This shoukd fix issue #58791. git-svn-id: http://root.cern.ch/svn/root/trunk@31232 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31231 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Old cygwin's getpagesize() returned size_t. git-svn-id: http://root.cern.ch/svn/root/trunk@31230 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix warning "array subscript of char type" on cygwin, OpenSuSE. Fix declaration of fchmod for cygwin. git-svn-id: http://root.cern.ch/svn/root/trunk@31229 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31227 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31224 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31223 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2009
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31222 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
need to use value_type due to a missing constructor in Solaris map implementation git-svn-id: http://root.cern.ch/svn/root/trunk@31221 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- return directly the status in operator int() due to a problem observed when CINT was calling this function - use R__ASSERT insetad of assert git-svn-id: http://root.cern.ch/svn/root/trunk@31218 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31217 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
In VizDB_Apply() and VizDB_Reapply() (*MENU* functions) also propagate the changes to projected elements. git-svn-id: http://root.cern.ch/svn/root/trunk@31215 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Fix several warnings (OpenSuSE 11.2, GCC 4.4.1) about invalid declarations of functions in rmkdepend, because these declarations don't specify any parameters (K&R style). git-svn-id: http://root.cern.ch/svn/root/trunk@31214 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
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 git-svn-id: http://root.cern.ch/svn/root/trunk@31212 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31211 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
add a new test for fitting all histogram graphs and trees with all possible options and methods add more tests for variable bins histogram and THnSparse in stressHistogram git-svn-id: http://root.cern.ch/svn/root/trunk@31210 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31209 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31208 27541ba8-7e3a-0410-8455-c3a389f83636
-
https://root.cern.ch/svn/root/branches/dev/mathDev/hist/histLorenzo Moneta authored
from David and myself Summary of major changes: - TFitResult, TFitResultPtr - add new class TFitResult which extend FitResult with TNamed for the I/O. The result of the fit , including covariance and correlation matrix, minos errors, etc... can then be stored in a file - add a class TFitResultPtr which behaves like a pointer to TFitResult and can be converted to an integer. This class is now returned by TH1::Fit and TGraph::Fit. By default the class contains only the returned integer status of the fit. If option "S" is used the class contains a pointer to TFitResult which can be retrieved using the -> or * operators (like a smart pointer) The conversion to int provides backward compatibility with the old signature ( int TH1::Fit ) - TH1, TGraph, TGraph2D, TMultiGraph change from int Fit(....) to TFitResultPtr Fit(.....) remove internal function DoFit - THnSparse add functionality for fitting a sparse histogram. Default method is the likelihood one. Chi2 can be used with the new option "X" - FOption - add some new options for fitting: "S" for storing the fit resul "X" for forcing chi2 fit in case of THnSParse "EX0" for neglecting errors in X when fitting TGraphErrors - WrappedMultiTF1 - make the wrapper for TF1 multi-dim function implementing the gradient interface Minos changes: TH1: - add check of compatibility for each bins when using Add on variable bin histograms TH3: - fix a bug in setting the entries for a projected 2d profile when using weights THNSParse: - set also the entries (and reset statistics) in the projected sparse histogram TFormula: - define the number for the 2d function like xygaus or xylandau HFItInterface: improve filling data for histograms (add support for bin volume normalization) add initialization for exponential and 2d gaus functions git-svn-id: http://root.cern.ch/svn/root/trunk@31207 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
Create name-frame in new virtual function CreateNameFrame() to allow sub-classes to override the default look or add new functionality. git-svn-id: http://root.cern.ch/svn/root/trunk@31206 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31205 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fixes a major leak when merging files with collections written using kSingleKey option. In the analysis framework we use this option to be able to recreate the output content of an analysis task on the client side. The merger was reading each key in memory and deleted the object at the end, but the container is not owner by default, so all objects inside leaked. git-svn-id: http://root.cern.ch/svn/root/trunk@31204 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31203 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31202 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31201 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
When creating the output files in a separate process, count how many output files were created by saveScriptOutput.C. git-svn-id: http://root.cern.ch/svn/root/trunk@31198 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31197 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Use X11 sync mode git-svn-id: http://root.cern.ch/svn/root/trunk@31196 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31185 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The value of teh function is saved at the center of the histogram bins instead of equidistant points. This makes drastic improvements when rendering the function in case of variable bin size histograms. git-svn-id: http://root.cern.ch/svn/root/trunk@31184 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31183 27541ba8-7e3a-0410-8455-c3a389f83636
-