Log of /trunk/tree/tree/src/TTreeRow.cxx
Parent Directory
Revision
14336 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by
pcanal
Original Path:
trunk/tree/src/TTreeRow.cxx
File length: 5796 byte(s)
Diff to
previous 13207
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning: This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined. Simply add the
proper include directive.
Revision
3421 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 8 15:21:16 2001 UTC (13 years, 1 month ago) by
brun
Original Path:
trunk/tree/src/TTreeRow.cxx
File length: 5785 byte(s)
Diff to
previous 3
Complete rewrite of this class. Instead of an array of TString,
use a char* fRow with a new index array pointing to fRow for each field.
Make class persistent.
This new version uses only 50 per cent of the space of the old version
and is about 6 times faster.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.