- Jun 09, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@97 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@96 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 08, 2000
-
-
Rene Brun authored
escape characters when the function is called by TLatex. One can still force a Tlatex object to use the old PostScript convention by using a font with precision 1 (eg 61). git-svn-id: http://root.cern.ch/svn/root/trunk@95 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
symbols #hat, #grave, #acute. - Modify TLatex::PaintLatex to set the bit kLatex in TVirtualPS. git-svn-id: http://root.cern.ch/svn/root/trunk@94 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@93 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@92 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
When a entry is asked which is not available in all the trees of the chain (i.e. entryNumber > chain.GetEntries() ), the LoadTree() function deletes the currently file opened and returns an error code. That's perfect, but when deleting the file the "fFile" pointer is not set to 0, therefore in the destructor of the class if (fFile) delete fFile; calls the TFile destructor a second time generating a SEGV (Thanks Manuel Sanchez for reporting) git-svn-id: http://root.cern.ch/svn/root/trunk@91 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
When the status of a branch (A) in a TClonesArray was changed the corresponding LeafCount() was activated independently of the status flag specified for branch A. The TClonesArray branchcount was always read even when all the branches had been deactivated. (Thanks Manuel Sanchez for reporting) git-svn-id: http://root.cern.ch/svn/root/trunk@90 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 07, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@89 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@88 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This change follows a request from ALICE when using Geant4 ! git-svn-id: http://root.cern.ch/svn/root/trunk@87 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the title to paint the axis on the palette. Modify THistPainter::DistancetoPrimitive to detect the Zaxis when pointing on the axis of the color palette. git-svn-id: http://root.cern.ch/svn/root/trunk@86 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 06, 2000
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@85 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the compiler and linker directive. git-svn-id: http://root.cern.ch/svn/root/trunk@84 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
For sgikcc, both the compiler and the linker options must specify the same options -n32 --no-exceptions git-svn-id: http://root.cern.ch/svn/root/trunk@83 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@82 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@81 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@80 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@79 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@78 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the fillstyle=0 and the bordersize=0 git-svn-id: http://root.cern.ch/svn/root/trunk@77 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 05, 2000
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@76 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@75 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@74 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
required when drawing rotated text. git-svn-id: http://root.cern.ch/svn/root/trunk@73 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
class TPadOpenGLView modified. git-svn-id: http://root.cern.ch/svn/root/trunk@72 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
class TGLKernel modified. class TRootGLViewer modified. Add member fStereoFlag in TPadOpenGLView.h class TPadOpenGLView modified. git-svn-id: http://root.cern.ch/svn/root/trunk@71 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
to the parameter kMAXFOUND already used in TFormula. git-svn-id: http://root.cern.ch/svn/root/trunk@70 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Add symbols #perp, #parallel and #odot in TLatex New function TLatex::DrawCircle TLatex::DrawParenthesss rewritten - Several mods in TGraph fitting functions to allow fitting in a sub range with points not in increasing order. git-svn-id: http://root.cern.ch/svn/root/trunk@69 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
is not a multiple of the grouped bins. In this case the upper edge of the rebinned histogram is recomputed. Last bin(s) are added to the overflow bin and the statistics are reset. (thanks Gerco Underwater for the suggestion). git-svn-id: http://root.cern.ch/svn/root/trunk@68 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 31, 2000
-
-
Fons Rademakers authored
when getting an empty line check for Gl_eof(). If an eof found terminate. This is the case when there is no more input while reading from a pipe of from a file via stdin git-svn-id: http://root.cern.ch/svn/root/trunk@67 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@66 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@65 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@64 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@63 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@62 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@61 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add -I/usr/include/CC.sgi to include path of CXXFLAGS and CINTCXXFLAGS git-svn-id: http://root.cern.ch/svn/root/trunk@60 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
By default the fitting function GraphFitChisquare is used. To specify a User defined fitting function, specify option "U" and call the following functions: TVirtualFitter::Fitter(mygraph)->SetFCN(MyFittingFunction) where MyFittingFunction is of type: extern void MyFittingFunction(Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag); git-svn-id: http://root.cern.ch/svn/root/trunk@59 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add new comments in TH1::Fit to explain how to change the Fitting Function git-svn-id: http://root.cern.ch/svn/root/trunk@58 27541ba8-7e3a-0410-8455-c3a389f83636
-