Log of /trunk/core/cont/inc/TArrayS.h
Parent Directory
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 3204 byte(s)
Diff to
previous 20882
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
19793 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 13 11:08:35 2007 UTC (7 years, 4 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 3262 byte(s)
Diff to
previous 7598
From Axel:
patch for TArray*.h to add virtual members GetAt()
and SetAt() and for hist/inc/Linkdef.h as needed by THnSparse.
New class THnSparse for sparse n-dimensional histograms.
For more deatils, see comments in class implementation.
Revision
4721 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 16 08:37:28 2002 UTC (12 years, 7 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 3190 byte(s)
Diff to
previous 4685
From Philippe:
a patch which upgrades the operator<< for the TArrayX
classes.
It also add one more test to rootcint to verify that if the '!' has been
specified in the linkdef file, both operator<< and operator>> need to be
explicitly declared for this class.
The error message has been enhanced as follow:
ERROR: In this version of ROOT, the option '!' used in a linkdef file
implies the actual existence of customized operators.
The following declaration is now required:
TBuffer &operator>>(TBuffer &,MyClass *&);
ERROR: In this version of ROOT, the option '!' used in a linkdef file
implies the actual existence of customized operator.
The following declaration is now required:
TBuffer &operator<<(TBuffer &,const MyClass *);
gmake: *** [TeleDict.C] Error 1
Revision
4681 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 10 14:30:10 2002 UTC (12 years, 7 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 2988 byte(s)
Diff to
previous 4554
Implement two suggestions from gero.flucke@desy.de in the TArray classes:
- Protect the Set(Int_t n, type *array) function in case it is called
via the assignment operator and the source array has 0 elements.
- Separate the Reset function in two cases, eg:
void Reset() {memset(fArray, 0, fN*sizeof(Float_t));}
void Reset(Float_t val) {for (Int_t i=0;i<fN;i++) fArray[i] = val;}
Revision
4498 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 9 20:22:01 2002 UTC (12 years, 8 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 2819 byte(s)
Diff to
previous 4460
New attempt to introduce the new additions (Philippe) to the I/O system
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.
Revision
4446 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 3 14:30:43 2002 UTC (12 years, 8 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 2762 byte(s)
Diff to
previous 4310
Introduce a long patch by Philippe. With this patch, ROOT I/O
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.
Revision
4310 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 4 10:28:35 2002 UTC (12 years, 9 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 2583 byte(s)
Diff to
previous 1717
Add a suggestion from gero.flucke@desy.de in all TArray classes:
A new operator [] const.
its purpose is the same as the At(Int_t i) does.
But with it you don't have to care whether the method you
are using is const or not: on the right hand side of an
equation always the operator [](Int_t i) can be used for
datamember-TArray's!
Revision
1558 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 8 15:31:13 2001 UTC (13 years, 11 months ago) by
brun
Original Path:
trunk/cont/inc/TArrayS.h
File length: 2397 byte(s)
Diff to
previous 710
Add an optional argument to all Reset functions. The default value of the argument
is zero. If a different value is specified, all the members of the array will be set to the specified
value.
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.