- Feb 10, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42964 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2011
-
-
Fons Rademakers authored
filter out -I/usr/include. git-svn-id: http://root.cern.ch/svn/root/trunk@42474 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41758 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
new patch from Kyle for the histfactory etc file. git-svn-id: http://root.cern.ch/svn/root/trunk@41750 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 02, 2011
-
-
Fons Rademakers authored
merge changes of Kyle in histfactory schema from roostats development branch (revision 41704). git-svn-id: http://root.cern.ch/svn/root/trunk@41721 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41720 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 27, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41613 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 26, 2011
-
-
Fons Rademakers authored
Add option 'par' in TFile::MakeProject to pack in a PAR file the generated code. The first argument defines the directory and the name of the package. For example, the following generates a PAR package equivalent to tutorials/proof/event.par : root [] TFile *f = TFile::Open("http://root.cern.ch/files/data/event_1.root") root [] f->MakeProject("packages/myevent.par", "*", "par"); Note that, because a PAR file is a tarball, for the time being, on Windows only the package directory and the files are generated and a warning message is printed. git-svn-id: http://root.cern.ch/svn/root/trunk@41594 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 12, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41354 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 27, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41026 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 26, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41010 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 01, 2011
-
-
Fons Rademakers authored
some cleanup and adding plugin handlers so TFile::Open() works. git-svn-id: http://root.cern.ch/svn/root/trunk@40790 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
some more corrections in particle names. git-svn-id: http://root.cern.ch/svn/root/trunk@40789 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
correct names of some anti-particles, instead of changing sign add _bar as per convention. Fixes issue: 81990. git-svn-id: http://root.cern.ch/svn/root/trunk@40785 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 25, 2011
-
-
Fons Rademakers authored
Patch adding support for backend-dependent record formatting of PROOF monitoring. This is achieved by introducing a new layer, described by the abstract interface TProofMonSender, with the record format defined in the backend implemenattion (currently TProofMonSenderML, for MonaLisa, and TProofMonSenderSQL, for SQL backends). Currently three types of records are sent: 'summary' (derived from what was currently posted), 'dataset', with entries per dataset processed in the query, and 'files', with entries per file processed in the query. In SQL terms, each of this records corresponds to a different table. Sending of any of the three records can be toggled independently. Record format have been versionned, so that previous versions of the 'summary' record can be still sent chosing the corresponding version. The latest version of 'summary' has been augmented with information about the number of missing files and the ROOT version. The headers of the relevant methods in TProofMonSenderSQL and TProofMonSenderML contain the details about the records. The Web doc is up-to-date. The patch also add to TSQMonitoring::SendParameters the possibility to do a bulk insert. This feature is used by TProofMonSenderSQL when sending dataset or files information. git-svn-id: http://root.cern.ch/svn/root/trunk@40699 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 17, 2011
-
-
Fons Rademakers authored
on a Unix system. It might be useful for people who wish to access ROOT through a menu on their desktop. git-svn-id: http://root.cern.ch/svn/root/trunk@40614 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 04, 2011
-
-
Gerardo Ganis authored
Few fixes in 'proofbench': - Make sure it can be run from any directory and no matter how ROOT was installed; the paths to the PAR files were such that it could be run only from a own build and from $ROOTSYS. The default PAr files are now exported to $ROOTSYS/etc/proof/proofbench and in <etcdir>/proof/proofbench for a prefix installation. - Fix the name of the setter/getter for the file generator parameters and selectors - TSelEventGen, add the possibility to change only the generating function, passed as TMacro. git-svn-id: http://root.cern.ch/svn/root/trunk@40115 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 17, 2011
-
-
Philippe Canal authored
Extend suppression file for more zlib intentional uninitialized memory use and for new TString implementation and remove old TString implementation. Add one more X11 suppression git-svn-id: http://root.cern.ch/svn/root/trunk@39811 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 24, 2011
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39358 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 23, 2011
-
-
Axel Naumann authored
Simplify and generalize rules (e.g. using "..." representing 0 or more frames); they now work on Ubuntu 11.04, too. git-svn-id: http://root.cern.ch/svn/root/trunk@39345 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 06, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39127 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 08, 2011
-
-
Fons Rademakers authored
to wipe all symbols away with a possible gROOT->Reset(). git-svn-id: http://root.cern.ch/svn/root/trunk@38782 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 23, 2011
-
-
Fons Rademakers authored
fix name of the plug-in macro. git-svn-id: http://root.cern.ch/svn/root/trunk@38577 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 25, 2011
-
-
Fons Rademakers authored
- Implement TNetFileStager, version of TFileStager talking to 'rootd'. - Add plugin macros for TNetFile, TNetSystem and TNetFileStager. git-svn-id: http://root.cern.ch/svn/root/trunk@38220 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 04, 2010
-
-
Fons Rademakers authored
I attach also a new plugin which uses foam. git-svn-id: http://root.cern.ch/svn/root/trunk@37254 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 02, 2010
-
-
Fons Rademakers authored
activate the new HistFactory module in Makefile and add its dependencies in Makefile.depend. git-svn-id: http://root.cern.ch/svn/root/trunk@37165 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 24, 2010
-
-
Rene Brun authored
add module math/genetic and its dependencies in Makefile and the "Genetic" plugin for the Minimizer git-svn-id: http://root.cern.ch/svn/root/trunk@36912 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 19, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36795 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Apply PNG size optimization, as proposed by Matthew Strait on Savannah (issue #75506 https://savannah.cern.ch/bugs/?75506). git-svn-id: http://root.cern.ch/svn/root/trunk@36782 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
When running a job in the background from a terminal, a GDB backtrace hangs indefintely. Apparently, this is due to a bug in gdb rather than ROOT. This patch fixes the issue. git-svn-id: http://root.cern.ch/svn/root/trunk@36776 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 23, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35689 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35688 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2010
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35464 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 07, 2010
-
-
Fons Rademakers authored
additional valgrind suppressions. It silences all reports for TClass members and a few reports I get on Ubuntu with getpwuid() / getgrgid() [I checked, it's not us who leaks by calling them and not deleting the returned object.] git-svn-id: http://root.cern.ch/svn/root/trunk@35178 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 13, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34395 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2010
-
-
Rene Brun authored
M etc/vmc/g4_makedist.sh git-svn-id: http://root.cern.ch/svn/root/trunk@33605 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
In etc/vmc: - Adding target install (on request by ALICE) - g4_makedist.sh updated for moving g4root in geant4_vmc - Adding new makedist.sh script for all vmc packages git-svn-id: http://root.cern.ch/svn/root/trunk@33604 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 19, 2010
-
-
Gerardo Ganis authored
Import from dev branch (patch #33526) - In pq2-put, add possibility to set the deafult tree name and the 'staged' bit on all the files when using option 'T' (or --trust). - In all scripts, improve solidity of parsing non-keyed arguments git-svn-id: http://root.cern.ch/svn/root/trunk@33575 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 18, 2010
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33568 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
Add a return code to the verify operations, so that it can be checked in scripts for retry. This required small modifications in whole calling sequence. git-svn-id: http://root.cern.ch/svn/root/trunk@33549 27541ba8-7e3a-0410-8455-c3a389f83636
-