sort by:
Revision Author Date Message Commit Date
f538f01 Extend functionality of the new function TGraph::Eval Double_t TGraph::Eval(Double_t x, TSpline *spline, Option_t *option) const { // Interpolate points in this graph at x using a TSpline // -if spline==0 and option="" a linear interpolation between the two points // close to x is computed. If x is outside the graph range, a linear // extrapolation is computed. // -if spline==0 and option="S" a TSpline3 object is created using this graph // and the interpolated value from the spline is returned. // the internally created spline is deleted on return. // -if spline is specified, it is used to return the interpolated value. git-svn-id: http://root.cern.ch/svn/root/trunk@8431 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2004, 13:52:05 UTC
3cfc83a Implement a suggestion from Thomas Bretz in TH3::Project3D In case an histogram with the same name and type as the histogram to be generated in the projection, the old histogram is reset and used for the projection. git-svn-id: http://root.cern.ch/svn/root/trunk@8430 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2004, 13:12:29 UTC
f9480d3 From Markus Frank and Philippe: Replace direct use of fCollProxy by GetCollectionProxy added calls in SetAddress to insure that fCollProxy is initialized if fObject is initialized. git-svn-id: http://root.cern.ch/svn/root/trunk@8429 27541ba8-7e3a-0410-8455-c3a389f83636 18 March 2004, 07:10:58 UTC
b21f40d From Philippe. Fix for a problem appearing when doing, eg: root [0] const int n2 = 1; root [1] TString a2[n2]; git-svn-id: http://root.cern.ch/svn/root/trunk@8428 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 21:44:16 UTC
4931373 From Philippe: In this patch: dictpos: add more initialization make sure it is used by scrupto __before__ deleting it in G__closeinputfile CallFunc: insure that there is no memory over-write in case the arguments is too long (however this does not lift the real restriction). git-svn-id: http://root.cern.ch/svn/root/trunk@8427 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 19:55:37 UTC
14a144d Rename Inflate.c to ZInflate.c to avoid a clash with inflate.c on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@8426 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 19:10:20 UTC
ddf06c6 include ZTrees.h instead of Trees.h git-svn-id: http://root.cern.ch/svn/root/trunk@8425 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 19:03:54 UTC
b153dfb Rename Trees.h to ZTrees.h to avoid a clash on Windows with trees.h git-svn-id: http://root.cern.ch/svn/root/trunk@8424 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 19:01:17 UTC
c99b800 Rename files Deflate.h to ZDeflate.h and Deflate.c to ZDeflate.c to avoid a clash on Windows with deflate.h and deflate.c respectively git-svn-id: http://root.cern.ch/svn/root/trunk@8423 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 18:57:15 UTC
67c39dc Remove line with C++ style comments git-svn-id: http://root.cern.ch/svn/root/trunk@8422 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 18:08:45 UTC
e9b044a Replace C++ style comments by C style comments git-svn-id: http://root.cern.ch/svn/root/trunk@8421 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 18:05:57 UTC
4f4ab2a From Gerri: Improvements: o Added support for creation of authentication tokens exclusive to parent daemon and its childs; by default tokens have inclusive nature, i.e. can be checked by another server on the same machine with having access to the key files (option -E to rootd/proofd) o Added support for non-standard file name for daemon access rules (option -D <rootdaemonrc> to rootd/proofd) o Added support for non-standard file name for authentication directives (PROOF only: option -A [<rootauthrc>] to proofd; see header of proofd/src/proofd.cxx) o Improved security in ssh authentications Bug fixes: o Fix a few inconsistencies in treating error conditions o Fix bug with default init strings for ProxyDuration and ProxyKeyBits o Fix problem with checking for valid globus proxies o fixed message desynchronization problem in case of non valid offset o Modified error call in case of failure of Krb5 initialization: execution continues (call Err instead of ErrFatal) o Fix (again) problem with cygwingcc definition in rpdutils.cxx o Fix problem with fgUser not being correctly saved in case of successful authentication in TAuthenticate.cxx o Fix a problem with duplication in socket list (TPSocket) o Set fContext=0 after deletion TPwdCtx (in TSecContext::Deactivate). o Fix link problem with the globus patched function in rootd/Module.mk and proofd/Module.mk o Added function ProofdTerm (equivalent of RootdTerm) to terminate correctly in case of interrupting signal SIGTERM or SIGINT (proofd.cxx) o Fix several incorrect comments. git-svn-id: http://root.cern.ch/svn/root/trunk@8420 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 17:52:24 UTC
0c745ad In TPDF::WriteCompressedBuffer, replace the illegal declaration char out[2*fLenBuffer]; by char *out = new char[2*fLenBuffer]; git-svn-id: http://root.cern.ch/svn/root/trunk@8419 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 17:47:53 UTC
dcdb8cb From Olivier: - PDF driver now support zlib compression - Many improvements in the PDF driver git-svn-id: http://root.cern.ch/svn/root/trunk@8418 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 17:35:32 UTC
77d7d41 From Olivier. The zlib package has been added to the zip directory. see new README file in the zip directory for more details. R__zip and R__unzip now have a zlib version which can be activated via the flag R__ZLIB in the files zip/src/Inflate.c and zip/inc/Bits.h The current version is introduced to test the portability of the new files. We will add a dedicated namespace to avoid possible conflicts with users of zlib. git-svn-id: http://root.cern.ch/svn/root/trunk@8417 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 17:34:01 UTC
51d0d2b From valeriy Onuchin: - WindowAttributes_t.fYourEventMask was not initiated in TGWin32::GetWindowAttributes. That fixes it. git-svn-id: http://root.cern.ch/svn/root/trunk@8416 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 12:37:40 UTC
c48c860 Make second argument of TTree::BuildIndex optional with default value="0" Int_t BuildIndex(const char *majorname, const char *minorname="0"); Make second argument of the following functions optional (=0): Int_t GetEntryWithIndex(Int_t major, Int_t minor=0); Int_t GetEntryNumberWithBestIndex(Int_t major, Int_t minor=0) const; Int_t GetEntryNumberWithIndex(Int_t major, Int_t minor=0) const; Reimplement the function TTree::GetEntryWithIndex // If the Tree has friend trees, the corresponding entry with // the index values (major,minor) is read. Note that the master Tree // and its friend may have different entry serial numbers corresponding // to (major,minor). git-svn-id: http://root.cern.ch/svn/root/trunk@8415 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 09:31:25 UTC
a5180fc Add a new function Double_t Eval(Double_t x, TSpline *spline=0) const; // Interpolate points in this graph at x using a TSpline // -if spline==0 a TSpline3 object is created using this graph // and the interpolated value from the spline is returned. // the internally created spline is deleted on return. // -if spline is specified, it is used to return the interpolated value. Make TGraph::GetPoint const git-svn-id: http://root.cern.ch/svn/root/trunk@8414 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 07:52:22 UTC
4794e0f Change the TSpline3 and TSpline5 constructors to use const TGraph* or const TF1* instead of TGraph* and TF1* git-svn-id: http://root.cern.ch/svn/root/trunk@8413 27541ba8-7e3a-0410-8455-c3a389f83636 17 March 2004, 07:52:07 UTC
6aa466f From Philippe: re-allow the usage of const data member in ShowMembers. git-svn-id: http://root.cern.ch/svn/root/trunk@8412 27541ba8-7e3a-0410-8455-c3a389f83636 16 March 2004, 20:25:12 UTC
c9c2b31 load libTreePlayer before loading libProof in the Proof() method. git-svn-id: http://root.cern.ch/svn/root/trunk@8411 27541ba8-7e3a-0410-8455-c3a389f83636 16 March 2004, 16:15:46 UTC
a2bb5a8 From Philippe: I fixed a few problems discovered by Valgrind in the new implementation 2014. (Mostly out-of-bounds memory reads). git-svn-id: http://root.cern.ch/svn/root/trunk@8410 27541ba8-7e3a-0410-8455-c3a389f83636 16 March 2004, 06:18:42 UTC
c946451 From Philippe: This patch corrects the problems on Solaris/CC5.2 G__ANSI can __not__ be defined on Solaris because it causes wide-spread issues in other places. Instead we can define FIX1. In addition the cintdlls where failing due to some interaction between the 'exception' in math.h and in std's exception. This is fixed. git-svn-id: http://root.cern.ch/svn/root/trunk@8409 27541ba8-7e3a-0410-8455-c3a389f83636 16 March 2004, 06:15:56 UTC
944c042 remove a WIN32GDK special ifdef that is not needed anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@8408 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 17:13:58 UTC
78f3378 From Philippe: Re-enable G__ERRORCALLBACK Set G__ANSI for all GCC 3.x and for all Solaris compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@8407 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 17:06:48 UTC
98fd9f2 disabled G__ERRORCALLBACK till it is properly ported. Anyway, GNUC should have G__ANSI set. git-svn-id: http://root.cern.ch/svn/root/trunk@8406 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 16:55:09 UTC
a294ac5 missed patch. git-svn-id: http://root.cern.ch/svn/root/trunk@8405 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 16:23:10 UTC
f6572b4 ROOT files passed as arguments to root.exe are now made available as TFile* with names _file0, _file1, etc. It used to be that the pointer got the name of the file, but the file name could contain characters that are not allowed in variable names (-, +, etc). git-svn-id: http://root.cern.ch/svn/root/trunk@8404 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 15:01:41 UTC
8e8e655 import of CINT 5.15.127. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@8403 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 14:13:20 UTC
9542cae Fixes from wrong protections in tests like; if (iact<3 && *safe) { should be if (iact<3 && safe) { (thanks to Andreas Zoglauer) git-svn-id: http://root.cern.ch/svn/root/trunk@8402 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 12:23:17 UTC
60559aa From Andrei Gheata TGeo: - from Mihaela: TGeoXtru - DistToOut implemented - modification in TGeoManager::Import() to preserve gFile (I saw this was needed running example02 of the VMC - when geometry was retreived from file) git-svn-id: http://root.cern.ch/svn/root/trunk@8401 27541ba8-7e3a-0410-8455-c3a389f83636 15 March 2004, 12:11:51 UTC
2029f0e Fix a bug in the new implementation of TFormula::EvalPar for the case kExpo (shift by 1 in the use of parameters) git-svn-id: http://root.cern.ch/svn/root/trunk@8400 27541ba8-7e3a-0410-8455-c3a389f83636 14 March 2004, 18:15:47 UTC
4c44cc3 Change TTree::BuildIndex from void to Int_t. The return value contains teh number of entries in the Tree. A return value=-1 indicates a failure. Add more comments to the documentation of this function to indicate how to create an index with only "majorname" git-svn-id: http://root.cern.ch/svn/root/trunk@8399 27541ba8-7e3a-0410-8455-c3a389f83636 14 March 2004, 09:12:01 UTC
193c52b switch order of treeplayer and proof in the list of modules to fix build problem. git-svn-id: http://root.cern.ch/svn/root/trunk@8398 27541ba8-7e3a-0410-8455-c3a389f83636 13 March 2004, 11:20:41 UTC
3a4d052 Fix TProfile copy constructor. fScaling was not copied git-svn-id: http://root.cern.ch/svn/root/trunk@8397 27541ba8-7e3a-0410-8455-c3a389f83636 13 March 2004, 08:23:15 UTC
a549fdd Add more references to the header of TLimit following a long set of discussions in the statistics news group between Jim Linnemann and Tom Junk. git-svn-id: http://root.cern.ch/svn/root/trunk@8396 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 23:01:55 UTC
9cf2227 Fix a problem in the TProfile2D copy constructor. The member fScaling was not copied. git-svn-id: http://root.cern.ch/svn/root/trunk@8395 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 22:40:11 UTC
d23a4ec From Philippe: This patches prevents a confusion due to possible aliasing of STL container of Long64_t. This patches also transform TClassEdit from a class with only static member to a namespace. (The same should be done for TMath). This allow some simplication by allowing the usage of using namespace TClassEdit; which removes the need to always use TClassEdit:: to refer to the functions. git-svn-id: http://root.cern.ch/svn/root/trunk@8394 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 21:45:27 UTC
23c2d45 From Philippe: In case of a formula like f = new TFormula("f2","\"af(d+gd\"+2"); this patches make sure to avoid a possible infinite loop (due to incorrect counter manipulation). When a string is used in an arithmetic evaluation, it is evaluated as the value 0. (Hence the above example always return the value 2). git-svn-id: http://root.cern.ch/svn/root/trunk@8393 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 21:43:32 UTC
f35868d o RooAbsArg Upgrade to printCompactTree() with dirty state operation mode printout and optional hook function for derived classes to print out information on cached objects o RooProdPdf Fix link/memory management problem by separated owned and borrowed components of partial integral list in separate managers Adjust operModeHook() and recursiveServerRedirectHook() function to work with new management scheme Implement printCompactTreeHook() to print out tree structure of components of all cached partial integral lists git-svn-id: http://root.cern.ch/svn/root/trunk@8392 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 21:14:37 UTC
efcd128 From valeriy Onuchin: more fixes (rollback) for solving grab pointer problem git-svn-id: http://root.cern.ch/svn/root/trunk@8391 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 17:41:36 UTC
148b4eb Some cosmetic changes in teh documentation Add reference to a pdf file (now in the root/doc directory) git-svn-id: http://root.cern.ch/svn/root/trunk@8390 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 17:01:30 UTC
0aa3378 Add a protection in THtml::CreateHierarchy in case basePtr->GetListOfBases()==0 This may happen with the new classes created for STL collections. git-svn-id: http://root.cern.ch/svn/root/trunk@8389 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 16:45:36 UTC
e354f25 Protection in TCanvas::Flush in case gPad is null git-svn-id: http://root.cern.ch/svn/root/trunk@8388 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 16:31:41 UTC
19908c1 From valeriy Onuchin: - fix for broken menus under win32gdk - fix automatic active grab under win32gdk Passive grab (GrabButton) does not work correctly yet. git-svn-id: http://root.cern.ch/svn/root/trunk@8387 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 16:13:49 UTC
11b6b9f don't redefine common in case of MacOS X. git-svn-id: http://root.cern.ch/svn/root/trunk@8386 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 16:07:34 UTC
f44c3ba From Philippe: This fixes a problem by not importing exception into the global namespace on Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@8385 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 16:05:40 UTC
af769cb Move reference to Tom Junk paper on Confidence Limits to the header description git-svn-id: http://root.cern.ch/svn/root/trunk@8384 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 16:02:42 UTC
2d4ecdf Fix a bug in TMath::RootCubic git-svn-id: http://root.cern.ch/svn/root/trunk@8383 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 15:42:38 UTC
92b83bb From Olivier: - New option PCOL in TGraph2D. Draws a marker at each vertex. The color of each marker is defined according to its Z position. git-svn-id: http://root.cern.ch/svn/root/trunk@8382 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 15:20:32 UTC
15c75d1 Protection added to TPad::Paint in case gPad is null git-svn-id: http://root.cern.ch/svn/root/trunk@8381 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 15:05:34 UTC
393753f work around problem accessing protected method from embedded TCleanup class. git-svn-id: http://root.cern.ch/svn/root/trunk@8380 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 14:54:24 UTC
f4ce120 From Philippe, Hopefully a final fix from Philippe for the G__Base3.cxx problem with std::pair git-svn-id: http://root.cern.ch/svn/root/trunk@8379 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 14:53:51 UTC
e43be60 remove leftover unneeded (char*) cast. git-svn-id: http://root.cern.ch/svn/root/trunk@8378 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 14:17:01 UTC
9642b5d Fix a problem with const char* on Solaris (Ilka) git-svn-id: http://root.cern.ch/svn/root/trunk@8377 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 13:09:40 UTC
35f1391 also make CenterLabels() and CenterTitle() *TOGGLE* context menu items. git-svn-id: http://root.cern.ch/svn/root/trunk@8376 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 09:45:07 UTC
14ae493 Temporarily disable the generation of the code with "Assert". git-svn-id: http://root.cern.ch/svn/root/trunk@8375 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 08:56:06 UTC
0f38593 Replace a char* by a const char* (fatal on Solaris) git-svn-id: http://root.cern.ch/svn/root/trunk@8374 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 08:53:04 UTC
fc20eef From Federico: mods for MacOS X 10.3, main change is in linking, option "-undefined suppress" changed to "-undefined dynamic_lookup". git-svn-id: http://root.cern.ch/svn/root/trunk@8373 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 08:35:54 UTC
b08ff89 various small comment typos. git-svn-id: http://root.cern.ch/svn/root/trunk@8372 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 00:31:22 UTC
758a188 change methods RotateTitle(), SetMoreLogLabels(), SetNoExponent() to *TOGGLE* type. Several more methods toggling status bits can be changed to *TOGGLE* type. Olivier, please check. git-svn-id: http://root.cern.ch/svn/root/trunk@8371 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 00:30:43 UTC
be7cedc add support for *TOGGLE* context menu methods that are not related to a data member with the same name (e.g. a method that changes a bit in a data member with a different name). For these methods one can add the comment option: *GETTER=<getter-method> to say what the getter method to use, like: void SetNoExponent(Bool_t noExponent=kTRUE); //*TOGGLE* *GETTER=GetNoExponent git-svn-id: http://root.cern.ch/svn/root/trunk@8370 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 00:25:59 UTC
0aa48ac TREEPLAYERLIBS variable does not exist and is not needed since libTreePlayer is part of PROOFLIBS. git-svn-id: http://root.cern.ch/svn/root/trunk@8369 27541ba8-7e3a-0410-8455-c3a389f83636 12 March 2004, 00:18:33 UTC
ef125f4 From Valeriy Onuchin: - rollback for grab pointer problem. - Improvement for handling root context menus git-svn-id: http://root.cern.ch/svn/root/trunk@8368 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 20:20:31 UTC
071fc8d Fix a typo git-svn-id: http://root.cern.ch/svn/root/trunk@8367 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 18:51:50 UTC
4dc5a97 A few more updates from Maarten git-svn-id: http://root.cern.ch/svn/root/trunk@8366 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 18:47:00 UTC
bb4ff45 From Philippe: Some compiler don't recognize ::pair even after a 'using namespace std;' and there is no risk of confusion with a Shadow class since it is a template. Hence with use 'pair' instead of '::pair'. git-svn-id: http://root.cern.ch/svn/root/trunk@8365 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 18:34:43 UTC
c23e532 Add new class TProofDraw. make necessary changes in the Linkdef and dependency files (Proof depends on libTreePlayer) git-svn-id: http://root.cern.ch/svn/root/trunk@8364 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 18:06:32 UTC
5c87b15 m Valeriy Onuchin: - small but very important fix. Now, TGWin32::GrabPointer works "correctly". That fixes numerous problems like "sticking menus" etc. git-svn-id: http://root.cern.ch/svn/root/trunk@8363 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 12:23:58 UTC
cc783a5 From Maarten Ballintijn first patch implementing the most basic 1d histogramming using PROOF. git-svn-id: http://root.cern.ch/svn/root/trunk@8362 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 11:02:55 UTC
71fd4fa Remove dependencies THREADLIBEXTRA from GPADLIB git-svn-id: http://root.cern.ch/svn/root/trunk@8361 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 10:47:55 UTC
503c842 Remove direct dependencies of the class TThread from TCanvas. Direct calls to TCanvas::Constructor and Destructor functions are executed via gROOT->ProcessLine git-svn-id: http://root.cern.ch/svn/root/trunk@8360 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 10:40:10 UTC
4d6fedd In WriteClassInit comment the statement "Assert(sizeof(.." generated in the GenerateInitInstance function. This code does not compile (at least on Windows and Alpha/cxx). To be fixed. git-svn-id: http://root.cern.ch/svn/root/trunk@8359 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 08:04:27 UTC
14721de From Philippe: base/inc/LinkDef3.h, mp.h, multmp.h move the creation of pairs from cintdlls to libCore to force the creation of the I/O. This is necessary to allow the std::pair I/O when the cintdll are created. TEmulatedVectorProxy: fix a memory leak TClass: set a uninitialized value in constructor. Also remove trailing spaces. base/Module.mk: remove warnings from G__Base3.cxx for icc. git-svn-id: http://root.cern.ch/svn/root/trunk@8358 27541ba8-7e3a-0410-8455-c3a389f83636 11 March 2004, 06:17:43 UTC
07ae53e From Ilka: remove redundant checking for fgPadEditor. git-svn-id: http://root.cern.ch/svn/root/trunk@8357 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2004, 16:23:24 UTC
c106f20 From Philippe: When a new histogram has the same name as an existing one, the existing one is removed from the directory. This patch also set the fDirectory member to 0 for the existing histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@8356 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2004, 16:12:20 UTC
6b3e4d8 From Valeriy Onuchin: - fix problem with setting hatched fill style for TPad/TCanvas git-svn-id: http://root.cern.ch/svn/root/trunk@8355 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2004, 14:43:10 UTC
614a8ad updates for IBM xlC compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@8354 27541ba8-7e3a-0410-8455-c3a389f83636 10 March 2004, 14:13:53 UTC
90bc8ef From Philippe: With this updates, TChain handles more elegantly the case where one of the tree is 'missing' (i.e. could not open the file, TTree not present in the file, etc.). Instead of just failing (and doing a bad job at error recovery), we set up the TreeOffset in such a way that the missing tree is counted as an empty tree. In particular, this allows the perfect usage of a chain with a missing tree. git-svn-id: http://root.cern.ch/svn/root/trunk@8353 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 21:17:06 UTC
61f6407 From Philippe: For ROOT I decided to add the dictionary of std::string as part of one of the ROOT dictionary. In consequence even-though G__STRING_DLL is not defined when generating the 'cintdlls', we should generate the stl containers of string's dictionarys. Hence I replace in the cintdlls linkdef file the line #ifdef G__STRING_DLL by #if defined(G__STRING_DLL) || defined(G__ROOT) git-svn-id: http://root.cern.ch/svn/root/trunk@8352 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 21:12:21 UTC
fd5bf6c fix small typo in comment and error message. git-svn-id: http://root.cern.ch/svn/root/trunk@8351 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 17:08:35 UTC
cd0fca8 From Philippe: This patch extend the previous test to negative value (in addition to large value) of the index. It also adds the protection in the MakeClass case. git-svn-id: http://root.cern.ch/svn/root/trunk@8350 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 16:51:55 UTC
242a5c4 From Philippe: This patch updates TProofPlayer to use the ACLiC file name analyser to streamline the parsing of the ACLiC extensions (hence next time we add a feature to ACLiC we won't have to change TProofPlayer). git-svn-id: http://root.cern.ch/svn/root/trunk@8349 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 16:44:57 UTC
a556723 In TSelectorDraw::Begin reimplement the logic to detect option "same". The old implementation had a side effect on option "e" that worked only when the "e" was the first character in the option string. This had a dramatic effect in tqo queries like J->Draw("etajet[1]","W*(Etjet[1]>70)","e1"); J->Draw("etajet[1]","W*(Etjet[1]>70)","Same,e1"); The second Draw was showing error bars different between tyhe first and second plot! git-svn-id: http://root.cern.ch/svn/root/trunk@8348 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 15:57:46 UTC
47f28c6 From Ilka: minor fix about linewidth combo box. the first entry with 0 width is removed from the list. git-svn-id: http://root.cern.ch/svn/root/trunk@8347 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 14:34:30 UTC
81940f2 From Valeriy Onuchin: - TGWin32 code cleaning (some unused private mathods remove, some renamed) git-svn-id: http://root.cern.ch/svn/root/trunk@8346 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 14:01:51 UTC
0ad0a43 From Kris Gulbrandsen: support +g and +O options as extensions for ACliC on PROOF. git-svn-id: http://root.cern.ch/svn/root/trunk@8345 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 13:43:15 UTC
6979e27 in rootdtab store in addition to the inode also the device id to make the file identification really unique (same inode can be on different devices). Use both device and inode to check if a file is already being accessed. git-svn-id: http://root.cern.ch/svn/root/trunk@8344 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 11:35:27 UTC
b071af7 From Philippe: In the previous implementation in the case where the user set the pointer (used by SetBranchAddress) pointing to a TClonesArray to zero after constructing the branch that is split, NOTHING was saved in the main branch (where the size of the collection is supposed to go). In this new version, we insert the value zero that when reading back, it is considered as an empty collection. In addition we updated the read mechanism so that it detects case where the value read for the index is greater than the maximum. When this is the case, we check whether we are in the case where nothing has been saved in which case we set the length to 0 (instead of the random value used in the previous implementation) and rewind the buffer appropriately. If we are not in this known case, we issue an error message and set the length to 0 and we do NOT rewind the buffer. git-svn-id: http://root.cern.ch/svn/root/trunk@8343 27541ba8-7e3a-0410-8455-c3a389f83636 09 March 2004, 08:16:27 UTC
5b5d22f Add a note indicating to use the executable module $ROOTSYS/bin/hadd instead of this macro, kept for back compatibility git-svn-id: http://root.cern.ch/svn/root/trunk@8342 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 17:09:37 UTC
40d48b0 Implement in hadd.cxx the same logic as already implemented in tutorial hadd.C git-svn-id: http://root.cern.ch/svn/root/trunk@8341 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 17:07:04 UTC
74f4b56 In TChain::LoadTree add support for the special case where all Trees in the chain have 0 entries. The first Tree in the chain is loaded such that TTree::CloneTree can still work. git-svn-id: http://root.cern.ch/svn/root/trunk@8340 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 17:06:10 UTC
480cf04 make sure window IsViewable before calling XSetInputFocus trying to avoid a BadMatch error when going to other workspace in KDE before window has been displayed. git-svn-id: http://root.cern.ch/svn/root/trunk@8339 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 16:02:03 UTC
e76f071 fix typo in comment. git-svn-id: http://root.cern.ch/svn/root/trunk@8338 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 15:03:56 UTC
75dc878 From Maarten: README.SELECTOR provides description of TSelector framework. Also to be put in the User Guide. TTreePlayer update to add more comments in generated selector code reflecting the SlaveBegin and SlaveTerminate, etc. git-svn-id: http://root.cern.ch/svn/root/trunk@8337 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 14:54:31 UTC
929a8ed Fix a typo in TClass::Streamer git-svn-id: http://root.cern.ch/svn/root/trunk@8336 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 14:05:24 UTC
2962a0a report x,y of kMouseEnter and kMouseLeave events, previously x,y was always 0,0 for these events. git-svn-id: http://root.cern.ch/svn/root/trunk@8335 27541ba8-7e3a-0410-8455-c3a389f83636 08 March 2004, 08:04:25 UTC
748472a In TF1::Eval, call EValPar instead of TF1::EvalPar to allow classes deriving from TH1 to call their own function EvalPar git-svn-id: http://root.cern.ch/svn/root/trunk@8334 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2004, 21:31:49 UTC
35ae369 From Philippe: Fix to a problem reported bi Dimitri Smirnov when creating a branch with a name specified with a std::string git-svn-id: http://root.cern.ch/svn/root/trunk@8333 27541ba8-7e3a-0410-8455-c3a389f83636 06 March 2004, 10:10:53 UTC
331b515 Memner fNdiv was potentially uninitialized when calling SetNumberOfDivisions from the constructor with floats. git-svn-id: http://root.cern.ch/svn/root/trunk@8332 27541ba8-7e3a-0410-8455-c3a389f83636 05 March 2004, 17:48:30 UTC
back to top