- Aug 14, 2003
-
-
Rene Brun authored
Warning: wrong member access operator '->' FILE:dt_MakeRef.C LINE:172 Warning: wrong member access operator '->' FILE:dt_MakeRef.C LINE:250 git-svn-id: http://root.cern.ch/svn/root/trunk@7093 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
There is a bug (fixed by the attached code) which prevented TTree::Draw to look in the base classes of 'Emulated Classes' (classes for which the library code is not loaded). git-svn-id: http://root.cern.ch/svn/root/trunk@7092 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7091 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7090 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Opteron, linux8664gcc). git-svn-id: http://root.cern.ch/svn/root/trunk@7089 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7088 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix memory leak in TVolumeViewIter git-svn-id: http://root.cern.ch/svn/root/trunk@7087 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch update SetBranchStatus so that it also search TTree Friends for matching branches. git-svn-id: http://root.cern.ch/svn/root/trunk@7086 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 13, 2003
-
-
Rene Brun authored
Port to SGI with option 64 bits. git-svn-id: http://root.cern.ch/svn/root/trunk@7085 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This update to TSystem::CompileMacro adds a new option 'c' which tells ACLiC to compile and link the shared library but do not load it. This allow using ACLiC in makefile to link shared library that are not closed (except on platform that do not support this). This update also corrects the returns value of TSystem::CompileMacro (now always returns true in all cases of success and false in case of failure) and corrects the indentation. git-svn-id: http://root.cern.ch/svn/root/trunk@7084 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a problem with the Resize function that was affecting RootShower. git-svn-id: http://root.cern.ch/svn/root/trunk@7083 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 12, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7082 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fix for the line/fill/text attributes git-svn-id: http://root.cern.ch/svn/root/trunk@7081 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
running correctly. git-svn-id: http://root.cern.ch/svn/root/trunk@7080 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7079 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 11, 2003
-
-
Fons Rademakers authored
The methods SetHsbPosition and SetVsbPosition do not set the scroll bar position given as a parameter some time. The two lines of code I have added solve this problem. git-svn-id: http://root.cern.ch/svn/root/trunk@7078 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7077 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- use locking instead of sending thread messages for setting/getting TAtt*** parameters. That will improve performance git-svn-id: http://root.cern.ch/svn/root/trunk@7076 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7075 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7074 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- make TGWin32Proxy::SetFillColor batched - set batch limit to 100 in TGWin32ProxyBase git-svn-id: http://root.cern.ch/svn/root/trunk@7073 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@7072 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Bool_t fgStatOverflows; and a corresponding setter static void StatOverflows(Bool_t flag=kTRUE) All histogram Fill functions modified to test this new flag. By default the flag is off. Note that the mean value/RMS is computed using the bins in the currently defined range (see TAxis::SetRange). By default the range includes all bins from 1 to nbins included, excluding underflows and overflows. To force the underflows and overflows in the computation, one must call the static function TH1::StatOverflows(kTRUE) before filling the histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@7071 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 09, 2003
-
-
Rene Brun authored
to make a new formula (thanks Gene Van Buren) git-svn-id: http://root.cern.ch/svn/root/trunk@7070 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
Fix limit forwarding problem in several numeric integrators o RooIntegrator2D - in checkLimits() forward call to owned partial integral o RooSegmentedIntegrator1D/2D - Implement checkLimits() and forward call to owned partial integrators o RooSegmentedIntegrator1D - Implement setLimits() for use in RooSegmentedIntegrator2D::checkLimits() git-svn-id: http://root.cern.ch/svn/root/trunk@7069 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 08, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7068 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Double_t GetParError(Int_t ipar) const in TVirtualFitter, TFitter and TFumili Declare const the GetParameter function introduced recently. git-svn-id: http://root.cern.ch/svn/root/trunk@7067 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
built with DEC Fortran. git-svn-id: http://root.cern.ch/svn/root/trunk@7066 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in TVirtualGeoPainter. git-svn-id: http://root.cern.ch/svn/root/trunk@7065 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix to a problem reported by Ilektra Christidi. The problem was that this calorimeter has 1.3E9 nodes and I did not imagined that this can happen in real life. The cache produced a crash since it tried to create an array 2 times this size. Now there is a protection that will just disable physical node id tracking during CDUp/Down in case there are too many nodes. I had also to introduce a new data member in TGeoVolume (I increased the class version) in order to fasten-up node counting (all the physical tree was parsed before). git-svn-id: http://root.cern.ch/svn/root/trunk@7064 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
to the abstract interface TVirtualFitter and to the concrete implementations TFitter and TFumili. git-svn-id: http://root.cern.ch/svn/root/trunk@7063 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 07, 2003
-
-
Rene Brun authored
Mods allowing search dialog in a list tree even when list_tree_items name include "/" symbols (typical case with TSystemDirectory in TBrowser) git-svn-id: http://root.cern.ch/svn/root/trunk@7062 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch removes an erroreneous warning message induces by TMethodCall::ReturnType when the return type is of the form 'const ns::myclass'. It was issuing a CINT error similar to 'const ns' is not a valid class name. git-svn-id: http://root.cern.ch/svn/root/trunk@7061 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in win32gdk/inc/TGWin32ProxyDefs.h line 33, now int gDebugProxy = 1; should be int gDebugProxy = 0; That will give more than 20% gain in performance. git-svn-id: http://root.cern.ch/svn/root/trunk@7060 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in case the function is called with: -the "y" option for a 1-d histogram -the "z" option for a 2-d histogram git-svn-id: http://root.cern.ch/svn/root/trunk@7059 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
of functions with a wrong number of dimensions. git-svn-id: http://root.cern.ch/svn/root/trunk@7058 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7057 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7056 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7055 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7054 27541ba8-7e3a-0410-8455-c3a389f83636
-