- 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
-