- Sep 14, 2000
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@655 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@654 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Thanks to Robert Hatcher for providing these nice examples. git-svn-id: http://root.cern.ch/svn/root/trunk@653 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// XTRU is an poly-extrusion with fixed outline shape in x-y, // a sequence of z extents (segments) and two end faces perpendicular // to the z axis. The x-y outline is defined by an ordered list of // points; the overall scale of the outline scales linearly between // z points and the center can have an x-y offset specified // at each segment end. git-svn-id: http://root.cern.ch/svn/root/trunk@652 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
introduced by Robert Hatcher as well as some additional basic GL functions. Thanks to Valery Fine for integrating Robert's work. git-svn-id: http://root.cern.ch/svn/root/trunk@651 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@650 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 13, 2000
-
-
Rene Brun authored
The TH1::Copy does not properly set the parent field of the axis. It was keeping the parent field from the copied histogram instead of refreshing it. git-svn-id: http://root.cern.ch/svn/root/trunk@649 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@648 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The original code cannot work since we removed the GetParent function from the collection. git-svn-id: http://root.cern.ch/svn/root/trunk@647 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- All SURF options 1,2,3,4 - CONT and CON4 - LEGO2 - COLZ The color palette is drawn in all corrdinate systems git-svn-id: http://root.cern.ch/svn/root/trunk@646 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@645 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@644 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
deleted). Also set IsOwner bit for TList passed as argument to FillStreamerInfoList() (created TNamed's are owned by the TList). git-svn-id: http://root.cern.ch/svn/root/trunk@643 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
with pragma globals. git-svn-id: http://root.cern.ch/svn/root/trunk@642 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@641 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@640 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// By default, all primitives and subpads are deleted // If option "D" is specified, only subpads are cleared and not deleted git-svn-id: http://root.cern.ch/svn/root/trunk@639 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
and gcc/g++ v2.95.2 git-svn-id: http://root.cern.ch/svn/root/trunk@638 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@637 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@636 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 12, 2000
-
-
Rene Brun authored
TTree::Draw uses up to 3 variables and a selection criterium. Until this fix, if more than one of those 4 identities were pointing to an 'array' (like a part of a TClonesArray), only one of them was properly setup. (The first one in the order : selection criterium, var1, var2, var3 that was an array was setup properly, as a side effect if another variable was using one of the array properly setup, this variable would look okay). git-svn-id: http://root.cern.ch/svn/root/trunk@635 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what is new see http://root.cern.ch/root/Cint.phtml?relnote git-svn-id: http://root.cern.ch/svn/root/trunk@634 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The value of the argument is stored in fgCallingNew and can be tested by the static function TClass::IsCallingNew git-svn-id: http://root.cern.ch/svn/root/trunk@633 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@632 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
These changes are not necessary anymore following the introduction of the new function TClass::IsCallingNew. git-svn-id: http://root.cern.ch/svn/root/trunk@631 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fGCallingNew is set in TClass::New to kTRUE before calling ClassInfo::New and reset immediatly after the call. An application can check in the default constructor is the call is coming from TClass::New. This is currently used in the TCanvas default constructor. This facility replaces the special case previously implemented via TROOT::ReadingObject. With this change the previous changes to TKey::ReadObj or TBuffer::ReadObj are obsolete. git-svn-id: http://root.cern.ch/svn/root/trunk@630 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This may happen when DrawCloning pads or canvases. git-svn-id: http://root.cern.ch/svn/root/trunk@629 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 11, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@628 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
default ctor behaviour when creating an object for I/O de-serialization. git-svn-id: http://root.cern.ch/svn/root/trunk@627 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@626 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Title (using new TGListBox SetHeader() feature). git-svn-id: http://root.cern.ch/svn/root/trunk@625 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
that is shown in the TGListBox. The fixed default was only suitable for listing system files (like ls -l). git-svn-id: http://root.cern.ch/svn/root/trunk@624 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Rename TROOT::ReadingBasket to TROOT::ReadingObject Rename TROOT::SetReadingBasket to TROOT::SetReadingObject TROOT::SetReadingObject is now set in TKey::ReadObj One can test in the default constructors (like TCanvas) if Root is reading from file or socket. The TCanvas default constructor has been modified to take advantage of this change. As a result, the following works: root > TCanvas c1 git-svn-id: http://root.cern.ch/svn/root/trunk@623 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
unnecessary casting back to TGViewPort. git-svn-id: http://root.cern.ch/svn/root/trunk@622 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
the positioning of the scrollbars. git-svn-id: http://root.cern.ch/svn/root/trunk@621 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@620 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@619 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
FindFullPathname. git-svn-id: http://root.cern.ch/svn/root/trunk@618 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
inside, one can now double click on the canvas name to draw the canvas. This also solves another problem when browsing objects inside a canvas. git-svn-id: http://root.cern.ch/svn/root/trunk@617 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
has a member TLorentzVector with a protected copy constructor git-svn-id: http://root.cern.ch/svn/root/trunk@616 27541ba8-7e3a-0410-8455-c3a389f83636
-