Revision
1.22 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jul 13 11:00:18 2009 UTC
(15 years, 9 months ago)
by
loizides
Branch:
MAIN
CVS Tags:
Mit_010,
Mit_010a,
Mit_011,
Mit_011a,
Mit_012,
Mit_012a,
Mit_012b,
Mit_012c,
Mit_012d,
Mit_012e,
Mit_012f,
Mit_012g,
Mit_012h,
Mit_012i,
Mit_013,
Mit_013a,
Mit_013b,
Mit_013c,
Mit_013d,
Mit_013pre1,
Mit_014,
Mit_014a,
Mit_014b,
Mit_014c,
Mit_014d,
Mit_014e,
Mit_014pre1,
Mit_014pre2,
Mit_014pre3,
Mit_015,
Mit_015a,
Mit_015b,
Mit_016,
Mit_017,
Mit_017pre1,
Mit_017pre2,
Mit_017pre3,
Mit_018,
Mit_020,
Mit_020a,
Mit_020b,
Mit_020c,
Mit_020d,
Mit_020pre1,
Mit_021,
Mit_021pre1,
Mit_021pre2,
Mit_022,
Mit_022a,
Mit_023,
Mit_024,
Mit_024a,
Mit_024b,
Mit_025,
Mit_025a,
Mit_025b,
Mit_025c,
Mit_025c_branch0,
Mit_025c_branch1,
Mit_025c_branch2,
Mit_025d,
Mit_025pre1,
Mit_025pre2,
TMit_020d
Branch point for:
Mit_025c_branch
Changes since
1.21: +1 -2 lines
Diff to
previous 1.21
Include files checked.
Revision
1.19 -
(
view)
(
annotate)
-
[select for diffs]
Thu Feb 26 17:06:24 2009 UTC
(16 years, 2 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.18: +4 -4 lines
Diff to
previous 1.18
Incorporate updated RefArray (no size template argument anymore) and add necessary caches and cache clear calls
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Wed Feb 18 15:38:54 2009 UTC
(16 years, 2 months ago)
by
loizides
Branch:
MAIN
Changes since
1.17: +28 -4 lines
Diff to
previous 1.17
Reworked particle interface to cache FourVectorM
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 22 19:57:50 2008 UTC
(16 years, 9 months ago)
by
loizides
Branch:
MAIN
Changes since
1.9: +4 -4 lines
Diff to
previous 1.9
Remove std:vector implementation of RefArray and use our own TRefArray using the stack rather than the heap. For IO we use a custom streamer.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 16 09:32:04 2008 UTC
(16 years, 9 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.7: +2 -2 lines
Diff to
previous 1.7
Added Pdg lookup for Gen and Sim Particles, Charge() now returns a double
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jul 14 20:55:19 2008 UTC
(16 years, 9 months ago)
by
loizides
Branch:
MAIN
Changes since
1.6: +3 -4 lines
Diff to
previous 1.6
Tried to unify Getters and Setters. Getter are without Get. Setters are with Set. This change implies modifications for analysis code
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jul 13 08:37:50 2008 UTC
(16 years, 9 months ago)
by
loizides
Branch:
MAIN
Changes since
1.4: +6 -5 lines
Diff to
previous 1.4
Indicate on construction time how many refs to particles one expects to reduce copying of TRefs in the TRefArray.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 2 21:46:01 2008 UTC
(16 years, 10 months ago)
by
loizides
Branch:
MAIN
Changes since
1.2: +5 -3 lines
Diff to
previous 1.2
Reset size after every add, costly but only done at filling time.