- Dec 01, 2017
-
-
Philippe Canal authored
-
- Aug 05, 2014
-
-
Philippe Canal authored
-
- Nov 13, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47214 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 11, 2008
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@22084 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 23, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21831 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 04, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10469 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 29, 2004
-
-
Rene Brun authored
Add support for all STL collections, including collections of collections. TTree has been extended to support split mode for most STL collections. The test program bench.cxx/TBench.cxx has been extended to test STL collections of objects or pointers. git-svn-id: http://root.cern.ch/svn/root/trunk@10431 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 13, 2002
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5282 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5281 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2002
-
-
Rene Brun authored
as well as as the new version of ClassDef/ClassImp. With the additions to the I/O, it is now possible to generate a dictionary for classes not instrumented with ClassDef. git-svn-id: http://root.cern.ch/svn/root/trunk@4498 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 06, 2002
-
-
Rene Brun authored
The new I/O scheme still requires more work due to portability problems and the size of the dictionaries. git-svn-id: http://root.cern.ch/svn/root/trunk@4460 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 03, 2002
-
-
Rene Brun authored
should be able to support foreign not-ROOT instrumented classes. More information will come later. This patch is tentatively put in the CVS head to facilitate testing on all platforms. git-svn-id: http://root.cern.ch/svn/root/trunk@4446 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 29, 2001
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1870 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 01, 2001
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1727 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1726 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 26, 2001
-
-
Rene Brun authored
// this test program compares the I/O performance obtained with // STL vector of objects or pointers to objects versus the native // Root collection class TClonesArray. // Trees in compression and non compression mode are created for each // of the following cases: // -vector<THit> // -vector<THit*> // -TClonesArray(TObjHit) in no split mode // -TClonesArray(TObjHit) in split mode // where: // THit is a class not derived from TObject // TObjHit derives from TObject and THit // // The test prints a summary table comparing performances for all above cases / (CPU, file size, compression factors). // Reference numbers on a Pentium III 650 Mhz machine are given as reference. This new test is also to test the portability of STL on the upported platforms. Makefile.in modified to include the new benchmark. To run the test suite, simply execute bench. git-svn-id: http://root.cern.ch/svn/root/trunk@1704 27541ba8-7e3a-0410-8455-c3a389f83636
-