swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
a8df362 This commit was manufactured by cvs2svn to create tag 'v5-14-00'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-14-00@17229 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 18:05:20 UTC
6ac683f This commit was manufactured by cvs2svn to create branch 'v5-14-00-patches'. git-svn-id: http://root.cern.ch/svn/root/branches/v5-14-00-patches@17228 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 18:05:19 UTC
5dcd584 From Pere: Fix a problem with Cintex affecting the LHCb test suite git-svn-id: http://root.cern.ch/svn/root/trunk@17227 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 18:05:18 UTC
08a05e0 Stamp PRO version 5.14/00 (first attempt) git-svn-id: http://root.cern.ch/svn/root/trunk@17226 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 15:34:51 UTC
e507a79 remove DOS line endings. git-svn-id: http://root.cern.ch/svn/root/trunk@17225 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 13:21:25 UTC
a5c3d61 and remove DOS line endings. git-svn-id: http://root.cern.ch/svn/root/trunk@17224 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 13:19:54 UTC
fd2b7f3 For Solaris 10 CC5 we need to test also for __SUNPRO_CC (__SUNPRO_C is not defined anymore). This fixed vararg support in CINT. git-svn-id: http://root.cern.ch/svn/root/trunk@17223 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 13:17:42 UTC
290d249 - Remove Hoption. I was not needed. It created a problem when ROOT was made in static mode. git-svn-id: http://root.cern.ch/svn/root/trunk@17222 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 08:37:33 UTC
b839bbf remove unused PROOFLIBS symbol. git-svn-id: http://root.cern.ch/svn/root/trunk@17221 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 00:11:57 UTC
33c165d Restore Reset() for backward compatibility. git-svn-id: http://root.cern.ch/svn/root/trunk@17220 27541ba8-7e3a-0410-8455-c3a389f83636 14 December 2006, 00:03:45 UTC
72e7f68 From Valeri Fine: �Replace the C �printf� subroutines with the ROOT method �Printf� git-svn-id: http://root.cern.ch/svn/root/trunk@17219 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 21:28:14 UTC
60d5b8a rlibmap was not installed when doing "make install". git-svn-id: http://root.cern.ch/svn/root/trunk@17218 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 18:56:40 UTC
624ea02 Add file for Solaris gcc 3. git-svn-id: http://root.cern.ch/svn/root/trunk@17214 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 18:08:11 UTC
cb5cecd fix fatal compile error on Solaris 10 i386 gcc 3. git-svn-id: http://root.cern.ch/svn/root/trunk@17213 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 18:06:34 UTC
b838072 Implement a suggestion from Sebastien Greder in TSelectorList::CheckDuplicateName When an object is already in the list, print a meaningful message including the name of the object already in the list. cVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@17212 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 17:48:06 UTC
ff146ea explicitely link libCint7 against libReflex; fix link line for explicit linking git-svn-id: http://root.cern.ch/svn/root/trunk@17211 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 16:44:34 UTC
8bf9986 Fix a problem with the name of f2clone git-svn-id: http://root.cern.ch/svn/root/trunk@17210 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 14:44:07 UTC
9bc9bff Added new methods: void SetParameter(const char *par, const char *value); void SetParameter(const char *par, Long_t value); void SetParameter(const char *par, Long64_t value); void SetParameter(const char *par, Double_t value); TObject *GetParameter(const char *par) const; void DeleteParameters(const char *wildcard); void ShowParameters(const char *wildcard = "PROOF_*") const; they allow the easy setting and inspection of the special PROOF control parameters (and other input parameters) like PROOF_MaxSlaverPerNode, etc., instead of: proof->AddInput(new TParameter<Long_t>("PROOF_MaxSlavesPerNode", 2)); we can now do: proof->SetParameter("PROOF_MaxSlavesPerNode", 2); git-svn-id: http://root.cern.ch/svn/root/trunk@17209 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 11:21:55 UTC
8dc3dd5 From Timur: Small fix for user interaction in 16 bit mode. git-svn-id: http://root.cern.ch/svn/root/trunk@17208 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 09:33:29 UTC
482b7d8 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@17207 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 08:24:09 UTC
94bc0b8 From Valeri Fine; "An extra protection against an erroneous "Gui.Prompt" value" the use case was reported via http://root.cern.ch/phpBB2/viewtopic.php?p=17124#17124 ) git-svn-id: http://root.cern.ch/svn/root/trunk@17206 27541ba8-7e3a-0410-8455-c3a389f83636 13 December 2006, 08:16:07 UTC
c2c2a16 The test with postscript was failing because of the recent changes with clipping. git-svn-id: http://root.cern.ch/svn/root/trunk@17205 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 22:28:50 UTC
61e9e0f Fix a crash in stressGraphics following the change in the tutorials directory git-svn-id: http://root.cern.ch/svn/root/trunk@17204 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 22:25:46 UTC
db685c8 Fix for Mac OS X 10.3 (hopefully as I've no 10.3 to test it on). git-svn-id: http://root.cern.ch/svn/root/trunk@17203 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 21:44:58 UTC
be740f5 From Peter van Gemmeren: fix memory leaks discovered by running valgrind on the ATLAS I/O framework. git-svn-id: http://root.cern.ch/svn/root/trunk@17202 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 21:38:16 UTC
41f7c86 To properly reset the branch address we now need to call ResetAddress instead of SetAddress, so let's change TBranchElement::Notify as it shoud have been when we updated SetAddress git-svn-id: http://root.cern.ch/svn/root/trunk@17201 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 21:30:08 UTC
b0897b8 From Bertrand: fix potential memory leak. git-svn-id: http://root.cern.ch/svn/root/trunk@17200 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 21:29:46 UTC
5a5ef70 From Gerri: two important fixes for the CAF and other systems where xrootd runs as root. git-svn-id: http://root.cern.ch/svn/root/trunk@17199 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 21:28:01 UTC
e71c362 From Valeri Fine: This is to make Qt compiled against of the newest version of the �winnt� git-svn-id: http://root.cern.ch/svn/root/trunk@17198 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 20:12:47 UTC
781f4fb From Gerri: Marian Ivanov has found a problem in TBranch::GetFile(); the problem shows up when the parent tree and the friends are in different files of the same archive. The filename for the branch is then uncorrectly derived from the parent tree, resulting in a failure while opening the file. This patch fixes this problem. Basically if the parent file is an archive and the branch filename is simple (non absolute, non-URL), it just replaces the member name. git-svn-id: http://root.cern.ch/svn/root/trunk@17197 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 17:29:03 UTC
5f20ee2 Introduce new tar file with the important fix from Christian Holm to compile under gcc4.1 git-svn-id: http://root.cern.ch/svn/root/trunk@17196 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 16:56:11 UTC
2eeed82 Remove current tar file git-svn-id: http://root.cern.ch/svn/root/trunk@17195 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 16:55:05 UTC
34007ae add tutorial for illustrating ROOT::Math statistical functions in the case of the normal distribution git-svn-id: http://root.cern.ch/svn/root/trunk@17194 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 16:44:43 UTC
51f560c From Ivana Hrivnacova: TVirtualMC - Added new function TVirtualMC::MediumId(const const Text_t* mediumName) - Removed default implementations for the recent functions and made them pure anstract (=0) - Removed deprecated function GetMedium() replaced with CurrentMedium() - Copy constructors and assignment operators moved to private and their implementation is removed TVirtualMCGeometry TGeoMCGeometry - Added new function TVirtualMC::MediumId(const const Text_t* mediumName) - Removed singleton pattern (now more than one instance may exist) - Copy constructors and assignment operators moved to private and their implementation is removed git-svn-id: http://root.cern.ch/svn/root/trunk@17193 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 16:12:55 UTC
ba77435 revert parts of Rene's dos2unix commit, for dsp and dsw (MSVC project / workspace) files. git-svn-id: http://root.cern.ch/svn/root/trunk@17192 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 15:42:30 UTC
02f15f2 Fix DOS format line terminator. From Christian Holm Christensen There's a serious bug in `cint/src/v6_loadfile.cxx' and `cint7/src/v6_loadfile.cxx'. In both files there are lines like #if defined(HAVE_CONFIG) # include "config.h" #endif which should be #if defined(R__HAVE_CONFIG) # include "RConfigure.h" #endif otherwise `RConfigure.h' will never be included, and CINTNCDIR will not be defined. this causes rootcint to insist on the environment variable ROOTSYS being set, which it should not be when ROOT is configured with `--prefix'. git-svn-id: http://root.cern.ch/svn/root/trunk@17191 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 15:15:15 UTC
27a4bf3 from Christian Holm Christensen: There's a missing `#include <cassert>' in the Qt code. CVe: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@17190 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 15:03:05 UTC
f76af41 fix silly fatal typo. git-svn-id: http://root.cern.ch/svn/root/trunk@17189 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:38:36 UTC
09ef2b9 Fix a fatal compile error on Solaris i386. Diff submitted to xrootd team. git-svn-id: http://root.cern.ch/svn/root/trunk@17188 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:32:58 UTC
cf4dfcc Change the TRACE error code from ERR to XERR. ERR was already defined on Solaris and created a compile error. git-svn-id: http://root.cern.ch/svn/root/trunk@17187 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:32:06 UTC
36bce29 Change comments according to the new $ROOTSYS/tutorials structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17186 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:28:20 UTC
ecaf3ca - Change comments according to the new $ROOTSYS/tutorials structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17185 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:19:18 UTC
1c2c67c Change comments according to the new $ROOTSYS/tutorials structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17184 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:18:26 UTC
f8571d6 Change comments according to the new $ROOTSYS/tutorials structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17183 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:17:52 UTC
443cf6e - Change comments according to the new $ROOTSYS/tutorials structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17182 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:14:15 UTC
3bb4d7f The PAR file PROOF-INF/SETUP.C now returns an int. In case the return value of SETUP() is < 0 the package SETUP will be considered to have failed and the package is not enabled. git-svn-id: http://root.cern.ch/svn/root/trunk@17181 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:05:41 UTC
b61e484 - Change comments according to the new $ROOTSYS/tutorials structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17180 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 14:03:04 UTC
bc30902 - Change comments according to the new $ROOTSYS/tutorials structure git-svn-id: http://root.cern.ch/svn/root/trunk@17179 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 13:39:19 UTC
cc1b633 From Axel: run dos2unix in case we run on cygwin. git-svn-id: http://root.cern.ch/svn/root/trunk@17178 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 13:19:06 UTC
29284c2 fix coding convention git-svn-id: http://root.cern.ch/svn/root/trunk@17177 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 13:07:20 UTC
5df97cb Remove dos line endings. git-svn-id: http://root.cern.ch/svn/root/trunk@17176 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 11:29:45 UTC
ea4cf0b From Jan Iwaszkiewicz: A prototype for a new packetizer is added - TAdaptivePacketizer. This packetizer is based on TPacketizer but uses different load-balancing algorithms and data structures. Two main improvements in the load-balancing strategy: - First one was to change the order in which the files are assigned to the computing nodes in such a way that network transfers are evenly distributed in the query time. Transfer of the remote files was often becoming a bottleneck at the end of a query. - The other improvement is the use of time-based packet size. We measure the processing rate of all the nodes and calculate the packet size, so that it takes certain amount of time. In this way packetizer prevents the situation where the query can't finish because of one slow node. The data structures: TFileStat, TFileNode and TSlaveStat are enriched + changed and TFileNode::Compare method is changed. git-svn-id: http://root.cern.ch/svn/root/trunk@17175 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 11:20:49 UTC
c012598 handle new tutorials directory structure. git-svn-id: http://root.cern.ch/svn/root/trunk@17174 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 11:06:10 UTC
8700c7e In TFriendElement::GetFile replace "new TFile" by "Tfile::Open" such that a friend file can be accessed via rootd, xrootd, etc. git-svn-id: http://root.cern.ch/svn/root/trunk@17173 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 10:35:20 UTC
c9f0258 From Wim: o) fix typo affecting indexing with non-int based operator[] git-svn-id: http://root.cern.ch/svn/root/trunk@17172 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 09:15:01 UTC
3003a1e Add missing file and make macro tasks.C executable from anywhere. git-svn-id: http://root.cern.ch/svn/root/trunk@17171 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 09:12:28 UTC
e548fdc This script can now be executed from any directory git-svn-id: http://root.cern.ch/svn/root/trunk@17170 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:48:55 UTC
048df10 Remove EOL git-svn-id: http://root.cern.ch/svn/root/trunk@17169 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:41:04 UTC
1735cb8 Add missing data file git-svn-id: http://root.cern.ch/svn/root/trunk@17168 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:32:53 UTC
8e623d6 Thse scripts were forgotten in the big check-in git-svn-id: http://root.cern.ch/svn/root/trunk@17167 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:29:46 UTC
5782a3e Change to named macros git-svn-id: http://root.cern.ch/svn/root/trunk@17166 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:25:35 UTC
0275fbd Remove on obsolete comment git-svn-id: http://root.cern.ch/svn/root/trunk@17165 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:19:47 UTC
5dba3aa Change to named macro git-svn-id: http://root.cern.ch/svn/root/trunk@17164 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:18:25 UTC
ba5893e These two macros are now named macros : ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@17163 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 08:14:45 UTC
e2e7fe8 add 'virtual' keyword to InitInfo so that the Atlas test for Data Model Evolution can move forward git-svn-id: http://root.cern.ch/svn/root/trunk@17162 27541ba8-7e3a-0410-8455-c3a389f83636 12 December 2006, 04:53:11 UTC
404a426 Update comments git-svn-id: http://root.cern.ch/svn/root/trunk@17161 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 22:31:20 UTC
d27a6c9 Remove file introduced by mistake git-svn-id: http://root.cern.ch/svn/root/trunk@17160 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 22:09:35 UTC
38d4897 Fix a typo git-svn-id: http://root.cern.ch/svn/root/trunk@17159 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 22:06:31 UTC
3f7d9b9 The $ROOTSYS/tutorials directory include several sub-directories -fft: Fast Fourier Transform with the fftw package -fit: Several examples illustrating minimization/fitting -foam: Random generator in multi-dimensional space -geom: Examples of use of the geometry package (TGeo classes) -gl: Visualisation with OpenGL -graphics: Basic graphics -graphs: Use of TGraph, TGraphErrors, etc -gui: Scripts to create Graphics User Interface -hist: Histograming -image: Image Processing -io: Input/Output -math: Maths and Statistics functions -matrix: Matrices (TMatrix) examples -mlp: Neural networks with TMultiLayerPerceptron -net: Network classes (client/server examples) -physics: LorentzVectors, phase space -pyroot: python tutorials -pythia: Example with pythia6 -quadp: Quadratic Programming -ruby: ruby tutorials -smatrix: Matrices with a templated package -spectrum: Peak finder, background, deconvolutions -splot: Example of the TSplot class (signal/background estimator) -sql: Interfaces to SQL (mysql, oracle, etc) -thread: Using Threads -tmva: Examples of the MultiVariate Analysis classes -tree: Creating Trees, Playing with Trees -unuran: Interface with the unuram random generator library -xml: Writing/Reading xml files git-svn-id: http://root.cern.ch/svn/root/trunk@17158 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 21:56:36 UTC
21d5dc6 Introduce new tutorials structure. Instead of a flat directory with all tutorials, introduce a second level of directories. See file README. git-svn-id: http://root.cern.ch/svn/root/trunk@17157 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 21:37:26 UTC
c6d73a9 Remove one forgotten file git-svn-id: http://root.cern.ch/svn/root/trunk@17156 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 21:30:26 UTC
65f1b36 Remove old tutorials git-svn-id: http://root.cern.ch/svn/root/trunk@17155 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 21:28:24 UTC
4582331 - update doc and configuration for stand-alone builds - fix tests to be run in the standalone mode git-svn-id: http://root.cern.ch/svn/root/trunk@17154 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 16:30:08 UTC
b071c3d update the documentation and configuration for the stand-alone build system git-svn-id: http://root.cern.ch/svn/root/trunk@17153 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 16:26:54 UTC
36c5f92 add cint7_tmp. git-svn-id: http://root.cern.ch/svn/root/trunk@17152 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 16:05:01 UTC
0437dd7 From Anna, Fix in the FFT interface git-svn-id: http://root.cern.ch/svn/root/trunk@17151 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 15:38:23 UTC
7aa8a0f - clean up and add some safety check in case function is not defined - add default constructors for numerical integration - implement Gauss random number using the fast Ziggurat algorithm available from GSL 1.8 git-svn-id: http://root.cern.ch/svn/root/trunk@17150 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 15:06:37 UTC
ac03371 Two new features: - TProof::EnablePackage() has now a bool argument notOnClient which when true does not build and enable the package on the client. The default is false. - Package building now keeps track of which PROOF version has been used to build a package. In case the version has changed the system will first call "PROOF-INF/BUILD.sh clean" and then "PROOF-INF/BUILD.sh". The user has to provide in BUILD.sh the code to handle the "clean" argument to call e.g. "make clean" or whatever is needed to clean the package and force a rebuild. git-svn-id: http://root.cern.ch/svn/root/trunk@17149 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 13:24:49 UTC
2f7210d - From Guido Volpi: 1. some temporary variables used only during pie movements now are in the .cxx 2. corrected the bug in the Paint() method that cause some problem in the opaque movements under some circumstance 3. now all movements scale well in pseudo 3d visualiziation 4. added the property fHeight and its method to change the thickness of the piechart 5. Corrected few thing in DrawGhost(). 6. added the "NOL" (No Out-Line) option to prevent the draw of the line around the chart: this feature have a better result in the pseudo-3d mode. 7. added '// *MENU*' in the SetRadius method definition git-svn-id: http://root.cern.ch/svn/root/trunk@17148 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 11:00:27 UTC
e7e8258 Fix another problem with gcc4.1 git-svn-id: http://root.cern.ch/svn/root/trunk@17147 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 10:47:08 UTC
8d39356 From Lorenzo: Replace declarations like const Double_t array[892]; by static Double_t array[892]; This makes a huge performance improvement with most compilers (factor 20 !!). With the const qualifier, the compiler allocates the array at each call !! git-svn-id: http://root.cern.ch/svn/root/trunk@17146 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 10:44:21 UTC
9a2d143 - In PaintBarH axis are now painted after the histogram drawing. git-svn-id: http://root.cern.ch/svn/root/trunk@17145 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 09:26:50 UTC
bec6be8 From Wim: o) do not allow integer arguments passed through std::string& git-svn-id: http://root.cern.ch/svn/root/trunk@17144 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 07:49:08 UTC
5ccd39c From Wim: Fixes to compile with gcc4.1 Fixes for coding conventions violations. git-svn-id: http://root.cern.ch/svn/root/trunk@17143 27541ba8-7e3a-0410-8455-c3a389f83636 11 December 2006, 06:01:05 UTC
f6a8c68 Make assignment operator public instead of protected.CVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@17142 27541ba8-7e3a-0410-8455-c3a389f83636 10 December 2006, 22:32:14 UTC
f1d0d87 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@17141 27541ba8-7e3a-0410-8455-c3a389f83636 10 December 2006, 22:24:00 UTC
e1084cf From Alja: Added new widgets to control camera markup. git-svn-id: http://root.cern.ch/svn/root/trunk@17140 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:07:06 UTC
59743e3 From Alja: Provide get/set interface to fScene.fCameraMarkup. git-svn-id: http://root.cern.ch/svn/root/trunk@17139 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:06:32 UTC
2f82c2f From Alja: Added member fCameraMarkup; in DoDraw() call TGLCamera::Markup() when not in selection mode. git-svn-id: http://root.cern.ch/svn/root/trunk@17138 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:05:17 UTC
15af13c From Alja: Implement virtual method Markup(): display a ruler showing extents of the viewport. git-svn-id: http://root.cern.ch/svn/root/trunk@17137 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:04:37 UTC
40b8aaa From Alja: New class TGLCameraMarkupStyle and virtual TGLCamera::Markup() to draw viewport/camera information in the GL window. Only implemented for orthographic projection. Make getter CurrentCamera() public. git-svn-id: http://root.cern.ch/svn/root/trunk@17136 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:04:00 UTC
51d3590 From Alja: Register new class TGLCameraMarkupStyle. git-svn-id: http://root.cern.ch/svn/root/trunk@17135 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:03:06 UTC
f2a4d40 From Matevz: Properly handle pixel-sized marker-types 6 and 7. git-svn-id: http://root.cern.ch/svn/root/trunk@17134 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:02:27 UTC
8756311 From Matevz: Limit numbr of warnings about display list cache being full. git-svn-id: http://root.cern.ch/svn/root/trunk@17133 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:01:54 UTC
a484548 From Matevz: Add method AssertBBoxExtents(Float_t epsilon). git-svn-id: http://root.cern.ch/svn/root/trunk@17132 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 23:01:13 UTC
4183eb6 From Lorenzo: need gsl >= 1.8 now. git-svn-id: http://root.cern.ch/svn/root/trunk@17131 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 10:22:16 UTC
b0dc842 apply some fixes that got lost in last checkin. git-svn-id: http://root.cern.ch/svn/root/trunk@17130 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 10:18:25 UTC
da278b2 From Wouter Verkerke: New version 2.10 of Roofit introduced. **** Fri Oct 6 11:51:26 2006 UTC by wverkerke **** - RooFitResult o Change conditional inclusion macro from TMatrixF forward declaration as current version of rootcint appears to choke on ROOT_VERSION macro - RooHtml o Follow change in THtml signature - RooMCStudy o Modify class to support concept of 'study modules' that can modify behaviour of RooMCStudy at various points in fit/generation cycle and that can write additional information to the fitParDataSet() summary dataset - RooAbsMCStudyModule o Abstract base class for RooMCStudy add-on modules that defines functions to be called at initialization, before each run, before each generation step, between each generation and fit step, after each fit step and at the end of each run. This class provides protected accessor functions to various internal configuration details of the RooMCStudy object to which it is attached. - RooDLLSignificancMCSModule o RooMCStudy add-on module that calculates the delta(-log(L)) between the nominal fit performed in the RooMCStudy and a refit with a parameter set to a null hypothesis (eg. nsig set to zero). The null-hypotesis likelihood, the difference between the nominal and null-hypo likelihood and the significance associated with that difference are added to the fitParDataSet() of the RooMCStudy. NB: The significance is calculated using (possible naive) Gaussian assumptions of the sampling distributions (i.e. signif=sqrt(2*Delta(LL))) - RooRandomizeParamMCSModule o RooMCStudy add-on module that allows to scan some of the generator parameters during the run. A generator parameter can be sampled from uniform distribution in a given range, or from a gaussian distribution with given mean and sigma. For every generator parameter that is varied a variable is added to the fitParDataSet() of RooMCStudy that indicated the actual generator value for each toy experiment. Additionally you can choose to vary the sum of a set of parameters uniformly or in a Gaussian way. In this mode a common scaling factor is applied to each specified parameter so that the sum of these parameters will add up to the target value sampled from either uniform or Gaussian distribution. - RooFitCore_Linkdef o Add nested utility classes of RooRandomizeParamMCSModule *** Thu Dec 7 21:21:33 2006 UTC by wverkerke *** o RooRealVar - Do not instantiate shared properties until the're actually needed - Add method to delete shared properties (used in RooFitResult) - Add static null property to be written for RRVs without properties o RooRealVarSharedProperties,RooSharedProperties - Add ctor with uuid string o RooFitResult - Remove all shared properties of RRVs inside object to facilitate easy handling of large number of RFRs (e.g. in trees). Not doing so leaves them all connected through the shared properties list and will slow down operations *** Fri Dec 8 15:50:40 2006 UTC by wverkerke *** o RooAbsHist - Fix mistake in documentation of Binning() o RooDataHist - Fix bug in handling of Z ranges o RooAdaptiveGaussKronrodIntegrator1D,RooGaussKronrodIntegrator1D - Import fix from Fons o RooHist - Protect possible occurence of division by zero in makeResidHist o RooHtml - Import fixes from ROOT team o RooBanner - Increment version tag to v2.10 *** Fri Dec 8 17:52:17 2006 UTC by wverkerke *** o RooBDecay - Updated generateEvent() method from Gerhard git-svn-id: http://root.cern.ch/svn/root/trunk@17129 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 08:30:21 UTC
3964c85 From Wim: Fix compilation errors with gcc3.4.x git-svn-id: http://root.cern.ch/svn/root/trunk@17128 27541ba8-7e3a-0410-8455-c3a389f83636 09 December 2006, 06:11:46 UTC
db0eb15 avoid executing ~/.rootlogon.C twice in case root is started in the home directory. git-svn-id: http://root.cern.ch/svn/root/trunk@17127 27541ba8-7e3a-0410-8455-c3a389f83636 08 December 2006, 22:58:43 UTC
back to top