Revision
1.33 -
(
view)
(
annotate)
-
[select for diffs]
Sun Sep 19 23:46:27 2010 UTC
(14 years, 7 months ago)
by
bendavid
Branch:
MAIN
CVS Tags:
Mit_014e,
Mit_015,
Mit_015a,
Mit_015b,
Mit_016,
Mit_017,
Mit_017pre1,
Mit_017pre2,
Mit_017pre3,
Mit_018
Changes since
1.32: +37 -4 lines
Diff to
previous 1.32
Add photon shower shape variables
Revision
1.32 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 22 18:39:57 2010 UTC
(15 years, 1 month ago)
by
bendavid
Branch:
MAIN
CVS Tags:
Mit_013,
Mit_013a,
Mit_013b,
Mit_013c,
Mit_013d,
Mit_014,
Mit_014a,
Mit_014b,
Mit_014c,
Mit_014d,
Mit_014pre1,
Mit_014pre2,
Mit_014pre3
Changes since
1.31: +3 -3 lines
Diff to
previous 1.31
Fix wrong isolation accessors
Revision
1.31 -
(
view)
(
annotate)
-
[select for diffs]
Fri Aug 7 20:12:50 2009 UTC
(15 years, 9 months ago)
by
ceballos
Branch:
MAIN
CVS Tags:
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_013pre1
Changes since
1.30: +3 -3 lines
Diff to
previous 1.30
small change to avoid confusion to the editors
Revision
1.27 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 7 08:29:56 2009 UTC
(15 years, 10 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.26: +6 -6 lines
Diff to
previous 1.26
Added commnets for variables to be renamed in the future
Revision
1.25 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 25 17:04:45 2009 UTC
(15 years, 10 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.24: +83 -32 lines
Diff to
previous 1.24
Added and consolidated photon isolation and id for 31X - backwards compatible with 009
Revision
1.22 -
(
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.21: +4 -3 lines
Diff to
previous 1.21
Incorporate updated RefArray (no size template argument anymore) and add necessary caches and cache clear calls
Revision
1.21 -
(
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.20: +35 -23 lines
Diff to
previous 1.20
Reworked particle interface to cache FourVectorM
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Wed Dec 3 16:58:17 2008 UTC
(16 years, 5 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.17: +3 -3 lines
Diff to
previous 1.17
Make add and set functions for referencing objects accept const pointers
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 31 18:56:42 2008 UTC
(16 years, 6 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.14: +2 -2 lines
Diff to
previous 1.14
Switched to new optimized RefArray now supporting multiple PIDs
Revision
1.13 -
(
view)
(
annotate)
-
[select for diffs]
Fri Sep 12 12:53:31 2008 UTC
(16 years, 7 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.12: +5 -3 lines
Diff to
previous 1.12
Photon conversion flag now stored explicitly as bool
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.9 -
(
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.8: +2 -2 lines
Diff to
previous 1.8
Added Pdg lookup for Gen and Sim Particles, Charge() now returns a double
Revision
1.8 -
(
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.7: +3 -4 lines
Diff to
previous 1.7
Tried to unify Getters and Setters. Getter are without Get. Setters are with Set. This change implies modifications for analysis code
Revision
1.6 -
(
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.5: +7 -14 lines
Diff to
previous 1.5
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 19:28:43 2008 UTC
(16 years, 10 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.2: +13 -19 lines
Diff to
previous 1.2
moved details of photon conversions into seperate Conversion class