https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
136229b This commit was manufactured by cvs2svn to create tag 'v3-03-09a'. git-svn-id: http://root.cern.ch/svn/root/tags/v3-03-09a@5519 27541ba8-7e3a-0410-8455-c3a389f83636 31 October 2002, 07:27:38 UTC
1e93f55 Make const all Copy functions. WARNING: If your class implements a Copy function deriving from TObject or one of the ROOT classes, you must make your Copy function const. git-svn-id: http://root.cern.ch/svn/root/trunk@5518 27541ba8-7e3a-0410-8455-c3a389f83636 31 October 2002, 07:27:37 UTC
67906b7 Modify TTree::GetMaximum and TTree::GetMinimum to take into account variable length arrays. git-svn-id: http://root.cern.ch/svn/root/trunk@5517 27541ba8-7e3a-0410-8455-c3a389f83636 30 October 2002, 21:56:23 UTC
8b212f2 Make TAttCanvas::Copy const git-svn-id: http://root.cern.ch/svn/root/trunk@5516 27541ba8-7e3a-0410-8455-c3a389f83636 30 October 2002, 20:40:42 UTC
4bbd968 Make const all Copy functions git-svn-id: http://root.cern.ch/svn/root/trunk@5515 27541ba8-7e3a-0410-8455-c3a389f83636 30 October 2002, 20:39:50 UTC
d59c310 o RooLandau - New Landau PDF (Contributed by Nick Danielson) git-svn-id: http://root.cern.ch/svn/root/trunk@5514 27541ba8-7e3a-0410-8455-c3a389f83636 30 October 2002, 19:28:10 UTC
9b9a9af fix in Save() so new values created at run time can be correctly saved. Patch by Nathaniel Tagg (Oxford, Minos). git-svn-id: http://root.cern.ch/svn/root/trunk@5513 27541ba8-7e3a-0410-8455-c3a389f83636 30 October 2002, 16:12:58 UTC
4c1bcd9 change $() syntax with ` ` which is understood by all shells. git-svn-id: http://root.cern.ch/svn/root/trunk@5512 27541ba8-7e3a-0410-8455-c3a389f83636 30 October 2002, 12:06:32 UTC
4903cab From Philippe: I understood (and fixed) the problems on Window 98, XP, 2000 where ROOT was mysteriously, randomly crashing or giving error messages like 'this "text file name" is a binary file' or other weird behaviors. This problem was only appearing at startup time and only on Windows. In the constructor of TRint::TRint we had: ProcessLine("#include <RtypesCint.h>"); gROOT->LoadClass("TGeometry", "Graf3d"); gROOT->LoadClass("TTree", "Tree"); .... ProcessLine(Form(".L %s",logon),kTRUE); The problem comes from the fact that on Windows ProcessLine has the execution of its CINT part delayed (1st problem) while gROOT->LoadClass has the execution of its CINT part done immediately (and not protected for multi-thread). Both the calls are asking CINT to load a file and in this case, __sometimes__ the loading of RtypesCint.h is happening __while__ loading the libraries thus over-writing (randomly) part of one of the loading. The problem did indeed worsen since ROOT 3.03/07 with the introduction of the first ProcessLine. git-svn-id: http://root.cern.ch/svn/root/trunk@5511 27541ba8-7e3a-0410-8455-c3a389f83636 29 October 2002, 13:30:00 UTC
8a57b14 Undo changes introduced by mistake in 3.03/09 in functions ProjectionX and ProjectionY in the algorithm computing the errors for the projected histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@5510 27541ba8-7e3a-0410-8455-c3a389f83636 29 October 2002, 08:25:54 UTC
08c40a4 Changes in the SavePrimitive functions in case of log scales. git-svn-id: http://root.cern.ch/svn/root/trunk@5509 27541ba8-7e3a-0410-8455-c3a389f83636 28 October 2002, 15:38:32 UTC
206e6e2 add discovery support for SRP 1.7.x. git-svn-id: http://root.cern.ch/svn/root/trunk@5508 27541ba8-7e3a-0410-8455-c3a389f83636 28 October 2002, 14:27:40 UTC
74fb945 Applied rootd patch by Ulrik Egede and Tim Adye from BaBar. New features: 1) New option, -P FILE, to specify an alternate SRP password file. As an example rootd -P $HOME/.srootdpass2 will start rootd using the files $HOME/.srootdpass2.conf and $HOME/.srootdpass2 for SRP authentication. 2) Modified option, -p port1-port2, will search for the first available port in the range. You can also specify -p 0-N for search relative to the service port specified in /etc/services (this was sort of accidental, but not a bad feature :-). If a single port is specified as before, then no search is made. 3) Unless started by inetd (rootd -i), it prints something like ROOTD_PORT=5151 ROOTD_PID=14433 before spawning the daemon so the user knows what was used (eval `rootd` will set these as variables in Bourne-shells). 4) rootd now shows an error message (as well as the syslog message it always sent) if there is any problem binding the port or forking the daemon. git-svn-id: http://root.cern.ch/svn/root/trunk@5507 27541ba8-7e3a-0410-8455-c3a389f83636 28 October 2002, 14:22:51 UTC
6a24449 o RooSimultaneous - Reimplement handling of normalization and other integrals using the normalization list manager. Each integration request to a RooSimultaneous now builds a list of RooRealIntegral objects for all its components. The return value is sampled from the integral object that corresponds to the current value of the index state. This new procedure makes simPdf->createProjection, used often for likelihood projection plots, efficient and robust git-svn-id: http://root.cern.ch/svn/root/trunk@5506 27541ba8-7e3a-0410-8455-c3a389f83636 26 October 2002, 01:18:41 UTC
c337a93 o RooAbsGoodnessOfFit - Fix copy ctor of object in non-initialized state - In initialization, recognize that a server redirection may have happened between creation and initialization o RooAbsOptGoodnessOfFit - Bug fix: server redirection forwarding should use recursiveRedirectServers() instead of redirectServers() - Remove forgotted commenting out of 'protected:' in class declaration git-svn-id: http://root.cern.ch/svn/root/trunk@5505 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 23:49:14 UTC
d4c775f Add a few protections in case two Hbook files containing the same histogram IDs are open and the IDs read in memory. git-svn-id: http://root.cern.ch/svn/root/trunk@5504 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 21:19:25 UTC
20f6ec3 o RooGenContext - Do not find PDF maximum in other+proto variable space if 'other' set (the set of variables to be generated with accept/reject) is empty git-svn-id: http://root.cern.ch/svn/root/trunk@5503 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 21:13:04 UTC
a51b893 Remove a limitation in TLeafC::FillBasket and TLeafC::ReadBasket. A maximum of 255 characters could only be written/read. To be back compatible and still have minimal overhead, the following algorithm has been implemented. If the length of the string to be written is less than 255 bytes, we use the old agorithm. If more or equal 255 characters, we write the constant 255 followed by the real length of the long string in integer format. Thanks to Markus Frank for noticing/reporting the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@5502 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 19:54:45 UTC
89c68ef latest mods of Bertrand. This version implements separate threads for virtualX and cint. There are still several issues to solve, but it is already much better than what was in cvs before. git-svn-id: http://root.cern.ch/svn/root/trunk@5501 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 17:38:00 UTC
700a428 not all shells understand $() syntax, replace by ` `. git-svn-id: http://root.cern.ch/svn/root/trunk@5500 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 17:25:47 UTC
d6aa2cf because some methods in TVector and TMatrix are not inline anymore we now need to link explicitely with libMatrix for several modules. git-svn-id: http://root.cern.ch/svn/root/trunk@5499 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 16:51:28 UTC
8ea62bd o RooNLLVar - In evaluatePartition() change log(count) to log(1.0*count) to avoid function overloading problems on certain platforms git-svn-id: http://root.cern.ch/svn/root/trunk@5498 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 16:28:01 UTC
0e94381 latest patch by Keisuke. Now it should work on both fink and non-fink installations. git-svn-id: http://root.cern.ch/svn/root/trunk@5497 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 15:39:36 UTC
e4f6db8 last changes broke Win32. Should now, finally, be ok now on all platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@5496 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 15:29:51 UTC
d98afe1 removed also the special case for MacOS X. Now all platforms can inline. Problem was due to a static "err" in only a few inlines. Moved this static as a class static fgErr. Damir verified that it works. git-svn-id: http://root.cern.ch/svn/root/trunk@5495 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 13:35:22 UTC
a7ae862 TRandom::Rndm optimized by Sverre Jarp git-svn-id: http://root.cern.ch/svn/root/trunk@5494 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 12:41:46 UTC
033fbb0 remove compiler warning due to mode not being const char*. git-svn-id: http://root.cern.ch/svn/root/trunk@5493 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 12:30:30 UTC
c430ff8 remove special non-inlining case for obsolete HP-UX CC compiler. If now MACOSX could also solve this we could get completely get rid of this error prone construction. git-svn-id: http://root.cern.ch/svn/root/trunk@5492 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 11:19:02 UTC
54e79d6 very old HP-UX CC compiler is no longer supported. git-svn-id: http://root.cern.ch/svn/root/trunk@5491 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 11:16:51 UTC
b2ad419 run in batch mode. git-svn-id: http://root.cern.ch/svn/root/trunk@5490 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 10:47:51 UTC
0aa4eca fix typo in comment. git-svn-id: http://root.cern.ch/svn/root/trunk@5489 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 10:40:51 UTC
373394b call gInterpreter->UpdateListOfTypes() after the dictionaries have been initialized. This fixes the problem as seen on Solaris when running vvector in batch mode where the basic typedef UInt_t et al are not known. git-svn-id: http://root.cern.ch/svn/root/trunk@5488 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 10:40:16 UTC
5639fe0 fix compilation problem on Win32. git-svn-id: http://root.cern.ch/svn/root/trunk@5487 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 10:31:08 UTC
5138198 on Solaris the latest version of libshift requires the additional linking of libposix4. git-svn-id: http://root.cern.ch/svn/root/trunk@5486 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 10:18:31 UTC
79d3df8 In the operator == replace the call to memcmp by an explicit loop. memcmp does not behave correctly on aix and sgi. (rounding problems) With this change, vvector executes correctly on all platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@5485 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 07:36:32 UTC
24471f0 New fixes by Eddy to compile under macosx git-svn-id: http://root.cern.ch/svn/root/trunk@5484 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 06:29:04 UTC
c1b18fc Fix fatal compilation errors git-svn-id: http://root.cern.ch/svn/root/trunk@5483 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 06:04:53 UTC
38314a4 o RooGraphNode - Replace gcvt() by sprintf() for MacOS X compatibility git-svn-id: http://root.cern.ch/svn/root/trunk@5482 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 03:04:46 UTC
e63930f o RooAbsOptGoodnessOfFit - Another (trivial) fix in the copy ctor git-svn-id: http://root.cern.ch/svn/root/trunk@5481 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 01:34:11 UTC
ebbf00f this patch implements a signal Progress(total,processed) in the proofplayer. The patch provides some other small bug fixes and an implementation of file specs without host. git-svn-id: http://root.cern.ch/svn/root/trunk@5480 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 01:23:38 UTC
dd6af68 unset kCanDelete bit also in copy ctor and assignment operator (like was done in Clone()). git-svn-id: http://root.cern.ch/svn/root/trunk@5479 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 00:50:49 UTC
2b5fb65 add capability to read directory structures via RFIO. This works via the TRFIOSystem helper class (which derives from TSystem) that is loaded by the plugin manager whenever one tries to access a rfio directory or file. This helper class is used in the actual system class (TUnixSystem, TWinNTSystem). git-svn-id: http://root.cern.ch/svn/root/trunk@5478 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 00:44:54 UTC
7f13bbe add support for username and passwd embedded in url according to W3C specs. git-svn-id: http://root.cern.ch/svn/root/trunk@5477 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 00:19:59 UTC
2cc4130 remove reference to win32egcs, until this port really exist (if ever). git-svn-id: http://root.cern.ch/svn/root/trunk@5476 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 00:16:13 UTC
fa6be6f o RooAbsOptGoodnessOfFit - Fix copy ctor in Sim/MP master mode (i.e. do nothing) git-svn-id: http://root.cern.ch/svn/root/trunk@5475 27541ba8-7e3a-0410-8455-c3a389f83636 25 October 2002, 00:13:01 UTC
803b4fa Fixes by Eddy for some compilation problems on macosx reported by George Irwin and Damir Buskulic git-svn-id: http://root.cern.ch/svn/root/trunk@5474 27541ba8-7e3a-0410-8455-c3a389f83636 24 October 2002, 19:45:12 UTC
6ef0545 Add Marco van Leeuwen for his contribution to THistPainter. git-svn-id: http://root.cern.ch/svn/root/trunk@5473 27541ba8-7e3a-0410-8455-c3a389f83636 24 October 2002, 16:45:19 UTC
d81a29c From Marco van Leeuwen "I've adapted the THistPainter to allow logarithmic axes (x, y and z) when using the CONT drawing options." git-svn-id: http://root.cern.ch/svn/root/trunk@5472 27541ba8-7e3a-0410-8455-c3a389f83636 24 October 2002, 16:32:28 UTC
c95a2de Changes in Makefiles by Keisuke Fujii for macosx. With these changes, test/Event can be executed on macosx. git-svn-id: http://root.cern.ch/svn/root/trunk@5471 27541ba8-7e3a-0410-8455-c3a389f83636 24 October 2002, 06:29:56 UTC
84d267f A few fixes to previous Eddy's patch git-svn-id: http://root.cern.ch/svn/root/trunk@5470 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 21:56:31 UTC
b0f4ddf From Eddy Offermann: I made the following changes to the matrix/vector classes: 1. if rank(matrix) <= 3 determinant and matrix inversion formulas are hard-coded to in order to improve speed 2. As requested by Nicolas Produit (http://root.cern.ch/root/roottalk/roottalk02/1136.html) I have implemented a class called TMatrixFlat that lets you access the matrix elements as a flat array. Functionalities are identical to TMatrixRow, TMatrixColumn and TMatrixDiag .. 3. Added some constructors to TVector: TVector(const TMatrixRow &mr); TVector(const TMatrixColumn &mc); TVector(const TMatrixDiag &md); 4. Operations like TMatrix(a,2) *= TMatrix(b,3) are now supported 5. Elements in TVector/TMatrix/TMatrixRow ... can now be accessed with operator() and [] 5. Code cleanup: - made functions static in TMatrix - enforced better "const"-ness in particular the Apply methods in TVector/TMatrix now have a "const" argument allowing constructs like (Nicolas Produit) in http://root.cern.ch/cgi-bin/print_hit_bold.pl/root/roottalk/roottalk02/0827.html?TElementAction#first_hit This has as side effect that the signature of "Operation" has changed !!!!! In Addition I have removed the MakeHilbert() function from TMatrix class; no reason to give this matrix type a special status. I have added THilbertMatrix class just like the THaarrMatrix, both inheriting from TLazyMatrix git-svn-id: http://root.cern.ch/svn/root/trunk@5469 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 20:47:47 UTC
e170f2b Undo change proposed by Philippe. Too many side effects. git-svn-id: http://root.cern.ch/svn/root/trunk@5468 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 12:36:10 UTC
3d5ac11 Fix in PaintLego and PaintSurface in the new algorithm computing the scale. git-svn-id: http://root.cern.ch/svn/root/trunk@5467 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 11:15:59 UTC
6a26c35 From Philippe "I found that in order to properly parse some of Geant4 header files I needed to add one declaration to iosfwd:" git-svn-id: http://root.cern.ch/svn/root/trunk@5466 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 11:00:42 UTC
5fc8aaa From Philippe: "I think it is inconvenient for the user (and the documenter) that the 'cint' executable behaves differently in the ROOT environment or in the pure CINT environment. For example, the lastest change broke Fons' script to build the cintdlls (since linG__set_globalcompk was off by default, the cintdlls where actually empty!). So I propose to reset the 'link mode' to be on by default for the 'cint' executable. We can then explicitly set it to be off in the 'rootcint' executable. In order to properly implement this, I also needed to fix the handling of the argument to '-c' (corretly use the abs value and propagate all the change into G__set_globalcomp. git-svn-id: http://root.cern.ch/svn/root/trunk@5465 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 10:51:22 UTC
c38db02 Protect THistPainter::PaintLego and THistPainter::PaintSurface for the case where zmin >= zmax git-svn-id: http://root.cern.ch/svn/root/trunk@5464 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 06:26:58 UTC
860e6d4 o RooDecay - Fix typo in flipped basis declaration git-svn-id: http://root.cern.ch/svn/root/trunk@5463 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 00:54:29 UTC
c5eb033 Fix warning messages for MS Windows compilation (Reported in patch 621028 by Matt Langston) git-svn-id: http://root.cern.ch/svn/root/trunk@5462 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 00:47:43 UTC
02bf6b2 Incorporate changes from patch 620973 by Matt Langston: - Fixes for successful MS Windows compilation. I think RooSimPdfBuilder will be broken in the windows version. I will address this later. git-svn-id: http://root.cern.ch/svn/root/trunk@5461 27541ba8-7e3a-0410-8455-c3a389f83636 23 October 2002, 00:44:55 UTC
64b49f8 Add AIX in the list of systems not supporting standard rdbuf git-svn-id: http://root.cern.ch/svn/root/trunk@5460 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 13:55:39 UTC
392943d Implement new function IsOpen (like in TFile). Set the Zombie bit on if the file cannot be open. There are now two ways to detect if a file is open: TFile f("myfile.hbook"); if (f.IsOpen()); //if true f has been open successfully if (f.IsZombie()); //if true f cannot be used git-svn-id: http://root.cern.ch/svn/root/trunk@5459 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 12:10:01 UTC
b745c73 Patch from Philippe: This updates increase the support for const data members (the existing std::string special cases needed to be updated). It also explicitly disable I/O for data members which are references. git-svn-id: http://root.cern.ch/svn/root/trunk@5458 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 10:37:45 UTC
b819108 Fix a portability problem. Variable Int_t i defined twice in the same function git-svn-id: http://root.cern.ch/svn/root/trunk@5457 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 08:32:43 UTC
b3f5ac0 From Masa Removed a side-effect git-svn-id: http://root.cern.ch/svn/root/trunk@5456 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 08:22:22 UTC
58a6f7f Add remarks in the doc of TMath::isInside git-svn-id: http://root.cern.ch/svn/root/trunk@5455 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 08:19:29 UTC
2598e5e A few fixes to avoid compiler warnings git-svn-id: http://root.cern.ch/svn/root/trunk@5454 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 07:43:12 UTC
e73b219 From Philippe: This patch repairs TBench.cxx on gcc below 3.1. We need to use the 'name' of the class rather than its TrueName (which is implementation dependent!!). git-svn-id: http://root.cern.ch/svn/root/trunk@5453 27541ba8-7e3a-0410-8455-c3a389f83636 22 October 2002, 06:43:20 UTC
a9ee59d Fix a typo " recorvered" changed to "recovered" git-svn-id: http://root.cern.ch/svn/root/trunk@5452 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 19:19:18 UTC
f202299 fix typo in Error() message. git-svn-id: http://root.cern.ch/svn/root/trunk@5451 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 17:37:16 UTC
9a356e0 correction in help making clear that + and - are mutual exclusive [{+,-}]. git-svn-id: http://root.cern.ch/svn/root/trunk@5450 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 17:32:58 UTC
23275da From Philippe On windows instead of loading the TQObject macro via loadtext, let's go back to the previous implementation and do it by loading the header file. git-svn-id: http://root.cern.ch/svn/root/trunk@5449 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 17:09:52 UTC
ea207e0 From Philippe DrawTest now has a test of drawing an array values with a scalar weight. git-svn-id: http://root.cern.ch/svn/root/trunk@5448 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 17:08:02 UTC
4da2a3d The recent increase of /pawc/ from 2 to 10 megawords prevents the generation of the h2root module under alpha/gcc. This fix reduces the size to 5 megawords. git-svn-id: http://root.cern.ch/svn/root/trunk@5447 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 16:47:02 UTC
14805e8 Fix by Constantin Loizides I had problems using ImportParticles with the "Final" option. When writing the "particle" branch with TTree::Fill it crashed whereas when using the "All" option the same macro work (macro is attached). Looping over the particles in the TClonesArray works perfectly in both cases (particles->Print()). I "solved" the problem changing the TPythia6::ImportParticles in the following way: The dummy index i is always incremented regardless whether a particle was "final" or not. Introducing a variable which actually counts the particles that were inserted into the TClonesArray apparently works git-svn-id: http://root.cern.ch/svn/root/trunk@5446 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 16:35:22 UTC
64403a1 From Philippe: The following modification of rootcint allow the generation of dictionaries for classes with const data members. git-svn-id: http://root.cern.ch/svn/root/trunk@5445 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 16:15:06 UTC
a711b01 From Philippe: This patch makes sure that a scalar weight is used for all the elements of an array which is drawn. Before this patch the scalar weight was only applied to the first element of the array. git-svn-id: http://root.cern.ch/svn/root/trunk@5444 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 16:13:06 UTC
5ee501d Upgrade of the geom classes by Andrei: - improvements in the drawing mechanism (nodes can also be made invisible, having higher priority than volumes; - possibility of simple phi cut in TGeoManager::SetPhiRange(phimin, phimax) - by default the phi range is (0, 360) - no cut performed - setting different values for phimin, phimax will make invisible the nodes having the origin in this range; - documentation updated for TGeoArb8 class (picture in /gif directory) git-svn-id: http://root.cern.ch/svn/root/trunk@5443 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 15:21:13 UTC
334dd8d add -restrict option to CFLAGS and CINTCFLAGS for ecc v7. git-svn-id: http://root.cern.ch/svn/root/trunk@5442 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 15:12:22 UTC
2b56deb import of CINT 5.15.61. For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. Experimental release. git-svn-id: http://root.cern.ch/svn/root/trunk@5441 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 14:38:21 UTC
0a83f9e delete build/misc/root-help.el only when doing maintainer-clean, not distclean. git-svn-id: http://root.cern.ch/svn/root/trunk@5440 27541ba8-7e3a-0410-8455-c3a389f83636 21 October 2002, 10:04:36 UTC
c986df2 Patch from Philippe: "Following Masa's smart comment, I renamed the ACLiC option into 'g' and 'O' to be more inline with all other compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@5439 27541ba8-7e3a-0410-8455-c3a389f83636 20 October 2002, 16:08:49 UTC
3498fe1 aclic options, fix a couple of bugs git-svn-id: http://root.cern.ch/svn/root/trunk@5438 27541ba8-7e3a-0410-8455-c3a389f83636 18 October 2002, 17:14:21 UTC
350b79c add option to aclic to select debug or optimized mode git-svn-id: http://root.cern.ch/svn/root/trunk@5437 27541ba8-7e3a-0410-8455-c3a389f83636 18 October 2002, 17:01:59 UTC
b465dfe Protection introduced in TBranchElement::SetAddress in case of fake classes. git-svn-id: http://root.cern.ch/svn/root/trunk@5436 27541ba8-7e3a-0410-8455-c3a389f83636 18 October 2002, 16:32:39 UTC
b05bee8 In TClass::BuildRealData, the TList of fRealData is always built, even when no dictionary info is available (fake class). git-svn-id: http://root.cern.ch/svn/root/trunk@5435 27541ba8-7e3a-0410-8455-c3a389f83636 18 October 2002, 16:31:49 UTC
f524976 With this patch (Philippe) you can now select how ACLiC compiled the library: root[] gSystem->SetAclicMode (TSystem::kDebug); root[] gSystem->SetAclicMode (TSystem::kOpt); git-svn-id: http://root.cern.ch/svn/root/trunk@5434 27541ba8-7e3a-0410-8455-c3a389f83636 18 October 2002, 14:58:56 UTC
6e6b17f Protect TH1::GetObjectInfo in case the member fPainter is null. This case can occur when moving the mouse on top of a THStack object. git-svn-id: http://root.cern.ch/svn/root/trunk@5433 27541ba8-7e3a-0410-8455-c3a389f83636 18 October 2002, 09:45:58 UTC
b9101af Increase default /PAWC/ size from 2 Megawords to 10 Megawords git-svn-id: http://root.cern.ch/svn/root/trunk@5432 27541ba8-7e3a-0410-8455-c3a389f83636 17 October 2002, 17:51:16 UTC
54a51b7 From Philippe: With this absurdly simple patch, one can now create dictionaries for existing libraries. So now the following is possible: root [] .L path/lib/veryImportant3rdPartyLib.so root [] .include path/include root [] .L importantClass.h+ By default the library is build in the directory of the header file but that can be changed by doing: root [] TString cmd = gSystem->GetMakeSharedLib(); root [] cmd.ReplaceAll("$BuildDir","whereIwantTheLib/lib"); root [] gSystem->SetMakeSharedLib(cmd); git-svn-id: http://root.cern.ch/svn/root/trunk@5431 27541ba8-7e3a-0410-8455-c3a389f83636 17 October 2002, 06:54:10 UTC
0cb3347 remove optimization option for P4 that remained after some testing. Option did not make any differencem, was: -tpp7 git-svn-id: http://root.cern.ch/svn/root/trunk@5430 27541ba8-7e3a-0410-8455-c3a389f83636 16 October 2002, 14:53:01 UTC
0ae2f4f Add a new patch previously forgotten for the macosx by Remi Mommsen "I missed one change which is needed to make ACLiC work" git-svn-id: http://root.cern.ch/svn/root/trunk@5429 27541ba8-7e3a-0410-8455-c3a389f83636 16 October 2002, 05:39:11 UTC
05711d2 fix in print statement. git-svn-id: http://root.cern.ch/svn/root/trunk@5428 27541ba8-7e3a-0410-8455-c3a389f83636 15 October 2002, 08:41:23 UTC
3533b68 Fix typo from Andrei git-svn-id: http://root.cern.ch/svn/root/trunk@5427 27541ba8-7e3a-0410-8455-c3a389f83636 14 October 2002, 16:11:14 UTC
9e521ed From Andrei: I have made a few corrections related to TGeoManager registration to the browser and to the TGeoChecker::LegoPlot. Also a small fix in TGeoPgon class. Change the default number of bins for lego plots. git-svn-id: http://root.cern.ch/svn/root/trunk@5426 27541ba8-7e3a-0410-8455-c3a389f83636 13 October 2002, 15:45:24 UTC
8fe6f1a Change algorithm in TPad::RecalculateRange computing the constant factor for the transformation to pixel coordinates. Do not use the offset=0.5 but instead a small rounding offset = 0.00005. This fixes the problem of the axis lines not coinciding with the pad frame lines. git-svn-id: http://root.cern.ch/svn/root/trunk@5425 27541ba8-7e3a-0410-8455-c3a389f83636 13 October 2002, 07:29:17 UTC
c523f1b Fix TF2::Paint and TF3::Paint to remove the unnecessary gPad->Clear giving an additional empty picture when printing on Postscript. git-svn-id: http://root.cern.ch/svn/root/trunk@5424 27541ba8-7e3a-0410-8455-c3a389f83636 12 October 2002, 16:41:29 UTC
2a61fde In TF1::Paint do not Clear the pad. This is already done in TF1::Draw and has the side-effect to generate an empty picture when printing on a Postscript file. git-svn-id: http://root.cern.ch/svn/root/trunk@5423 27541ba8-7e3a-0410-8455-c3a389f83636 12 October 2002, 16:36:34 UTC
71c1168 Add Ivana Hrivnacova to the CREDITS file for her contribution to the design and implementation of the VirtualMC git-svn-id: http://root.cern.ch/svn/root/trunk@5422 27541ba8-7e3a-0410-8455-c3a389f83636 12 October 2002, 16:02:05 UTC
b63192d Add the following comments in the TF1 constructor: // TF1 objects can reference other TF1 objects (thanks John Odonnell) // of type A or B defined above.This excludes CINT interpreted functions // and compiled functions. // However, there is a restriction. A function cannot reference a basic // function if the basic function is a polynomial polN. git-svn-id: http://root.cern.ch/svn/root/trunk@5421 27541ba8-7e3a-0410-8455-c3a389f83636 12 October 2002, 14:03:08 UTC
daa3627 revert to previous version. Valeriy's mods still has some severe bugs and needs much more testing. git-svn-id: http://root.cern.ch/svn/root/trunk@5420 27541ba8-7e3a-0410-8455-c3a389f83636 12 October 2002, 10:49:38 UTC
back to top