- May 01, 2008
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23632 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23631 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23629 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23628 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
The objects added to the missingFiles in TDSet::Add have to be removed from the 'dataset' before deleting it. git-svn-id: http://root.cern.ch/svn/root/trunk@23627 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
by the user and call SetOwner() on the TList so the TObjStrings in it get deleted too. git-svn-id: http://root.cern.ch/svn/root/trunk@23626 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- Added new method TList *TSystem::GetVolumes(Option_t *opt) returning the list of hard drives on Windows when opt = "all" or the current hard drive when opt = "cur" the return type is a TList of TObjString's containing the drive letters, i.e: for drives C: G: H: K:. The TList must be deleted by the user. - Implement the ability to browse available (mounted) drives on Windows. - Added list of available (mounted) drives in TGFSCombobox on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@23625 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 30, 2008
-
-
Rene Brun authored
Patch fixing compilation of TMath dictionary in optimized mode git-svn-id: http://root.cern.ch/svn/root/trunk@23624 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
use directly ROOT::Math::IMultiGenFunction and ROOT::Math::IMultiGradFunction instead of typedef's git-svn-id: http://root.cern.ch/svn/root/trunk@23623 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
From David: Now the DerivativeError returns the error of the last derivative. git-svn-id: http://root.cern.ch/svn/root/trunk@23621 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- new version of unuran 1.2.4 from Josef Leydold with some work-around for a bug in the gcc 4.3 optimization. before recompiling root is needed to do : make distclean-unuran git-svn-id: http://root.cern.ch/svn/root/trunk@23620 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- improve tests to correctly return a status - some clean up of minimizer classes (use directly ROOT::Math::IMultiGenFunction and ROOT::Math::IMultiGradFunction instead of typedef's) git-svn-id: http://root.cern.ch/svn/root/trunk@23619 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
This file needs to be revisited completly. git-svn-id: http://root.cern.ch/svn/root/trunk@23618 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- apply changes implemented by David and suggested by G. Raven for the Setters functions of the 2D and 4D vectors, by returning a reference to *this instead of void Changes for the 3D vector have been already applied in rev. 22771 git-svn-id: http://root.cern.ch/svn/root/trunk@23617 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
fix some dependency in Module.mk git-svn-id: http://root.cern.ch/svn/root/trunk@23616 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 29, 2008
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23609 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
void TASImage::GetZoomPosition(UInt_t &x, UInt_t &y, UInt_t &w, UInt_t &h) const Return the zoom parameters. This is useful when the zoom has been done interactively using the mouse. git-svn-id: http://root.cern.ch/svn/root/trunk@23604 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 28, 2008
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23601 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23600 27541ba8-7e3a-0410-8455-c3a389f83636
-
Paul Russo authored
without the default template parameters filled in, to the template-id with the default parameters filled in is defined in the proper scope. This patch comes from Philippe Canal. -- Paul Russo git-svn-id: http://root.cern.ch/svn/root/trunk@23599 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23598 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Should fix <http://savannah.cern.ch/bugs/?36075> git-svn-id: http://root.cern.ch/svn/root/trunk@23595 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
when a TTree 4D plot is painted with that option. git-svn-id: http://root.cern.ch/svn/root/trunk@23594 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Jean-Francois Bastien Lukasz Janyst Hady Zalek git-svn-id: http://root.cern.ch/svn/root/trunk@23592 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23591 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23590 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23589 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23587 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23586 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23585 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23584 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23583 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23582 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23581 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23580 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23579 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23578 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23577 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23576 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23575 27541ba8-7e3a-0410-8455-c3a389f83636
-