- Aug 25, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@531 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@530 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@529 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// Size of tick marks // ------------------ // By default, tick marks have a length equal to 3 per cent of the // axis length. // When the option "S" is specified, the length of the tick marks // is equal to fTickSize*axis_length, where fTickSize may be set // via TGaxis::SetTickSize. git-svn-id: http://root.cern.ch/svn/root/trunk@528 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 23, 2000
-
-
Rene Brun authored
when non-Root shared libs are linked in. The AIX specific ".a" for shared libs taken into account. (Philippe Canal) git-svn-id: http://root.cern.ch/svn/root/trunk@527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
places, like from a TGTextEntry widget. git-svn-id: http://root.cern.ch/svn/root/trunk@526 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@525 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
// Return entry number corresponding to major and minor number // Note that this function returns only the entry number, not the data // To read the data corresponding to an entry number, use TTree::GetEntryWithIndex // the BuildIndex function has created a table of Double_t* of sorted values // corresponding to val = major + minor*1e-9; // The function performs binary search in this sorted table. // If it find an array value that maches val, it returns directly the // index in the table. // If an entry corresponding to major and minor is not found, the function // returns a value = -lowest -1 where lowest is the entry number in the table // immediatly lower than the requested value. git-svn-id: http://root.cern.ch/svn/root/trunk@524 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
or socket since the previous Draw operation. Also add protections in the class against fCanvasImp=0 git-svn-id: http://root.cern.ch/svn/root/trunk@523 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 21, 2000
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@521 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
buffer to help diagnose the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@519 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
4 when 0 str has been send (length of kind). 0 is return code when connection has been closed by the remote side. git-svn-id: http://root.cern.ch/svn/root/trunk@518 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@517 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
to be send out (forwarded). It switches the TMessage from read mode to write mode and resets some internal pointers. Change also required change in way private TMessage ctor is called by friend TSocket::Recv() method. git-svn-id: http://root.cern.ch/svn/root/trunk@516 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
this problem anymore). git-svn-id: http://root.cern.ch/svn/root/trunk@515 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
-draw2dopt.C displays all the 2d options -twoscales.C to illustrate how to superimpose 2 histograms with 2 different scales git-svn-id: http://root.cern.ch/svn/root/trunk@514 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in THistPainter::Paint. In THistPainter::PaintLegoAxis, draw a line to materialize the phi axis in case of a lego plot in polar coordinates. git-svn-id: http://root.cern.ch/svn/root/trunk@513 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in THistPainter::Paint git-svn-id: http://root.cern.ch/svn/root/trunk@512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@511 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 20, 2000
-
-
Fons Rademakers authored
in TObject::operator delete(). Also use ::operator new(sz) to allocate memory in TStorage instead of new char[sz]. git-svn-id: http://root.cern.ch/svn/root/trunk@510 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@508 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@507 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
when computing the marker size. (thanks to Spehen Bailey). git-svn-id: http://root.cern.ch/svn/root/trunk@506 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 18, 2000
-
-
Rene Brun authored
temporary files craeted by CINT. git-svn-id: http://root.cern.ch/svn/root/trunk@505 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@504 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@503 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@502 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This uses the information specified in TROOT::SetCutClassName git-svn-id: http://root.cern.ch/svn/root/trunk@501 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@500 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
and introduce protections in case of a class not-deriving from TCutG git-svn-id: http://root.cern.ch/svn/root/trunk@499 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
class to be instantiated by the graphics editor. The default class name is TCutG. The class name specified must derive from TCutG. git-svn-id: http://root.cern.ch/svn/root/trunk@498 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
of TView.cxx to cope with schema evolution. git-svn-id: http://root.cern.ch/svn/root/trunk@497 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the only way to recognize the old versions is to test the file version in Streamer. This change is necessary to real old canvases in Root files generated before version 2.24/05. git-svn-id: http://root.cern.ch/svn/root/trunk@496 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
of the list. The mod is in the Enter function. git-svn-id: http://root.cern.ch/svn/root/trunk@495 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
linked against all available libraries AND to make sure to rename the loaded library from .dll (the loaded part) in .lib (the linker part). He has removed any path from the library name (the NT linker accept only direct path or filename in one of the LIBPATH directory, no blend of the two is possible (to access subdirectory of directory listed in LIBPATH for example)). Last there a few problem arising for the fact that NT uses '\' as a directory separator. In particular, he had to work around the fact that the ROOT regular expression used '\' as a special character AND the fact that cint stores some filenames as 'g:\mydir\myfile.C' rather than 'g:\\mydir\\myfile.C'. So instead on relying mainly o regular expressions, the new (and very good) cint filename matching algorithm is used. git-svn-id: http://root.cern.ch/svn/root/trunk@494 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@493 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 17, 2000
-
-
Fons Rademakers authored
* 1366, enum scoping for inherited class declaration, t437.cxx * 1367, explicit type conversion in the same class member function, t439.cxx * 1368, precompiled/interpreted class inheritance message change git-svn-id: http://root.cern.ch/svn/root/trunk@492 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@491 27541ba8-7e3a-0410-8455-c3a389f83636
-