Revision
1.71 -
(
view)
(
annotate)
-
[select for diffs]
Tue Dec 8 10:49:54 2009 UTC
(15 years, 4 months ago)
by
loizides
Branch:
MAIN
CVS Tags:
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
Changes since
1.70: +3 -1 lines
Diff to
previous 1.70
Added EvtSelData
Revision
1.68 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 11 12:21:26 2009 UTC
(15 years, 10 months ago)
by
loizides
Branch:
MAIN
CVS Tags:
Mit_009a
Changes since
1.67: +4 -1 lines
Diff to
previous 1.67
Added CompoundParticle which is like a CompositeParticle except that it can own daughters. Clearly this class can only be used at analysis time since as implemented one can not store it in a tree.
Revision
1.61 -
(
view)
(
annotate)
-
[select for diffs]
Thu Mar 12 15:56:51 2009 UTC
(16 years, 1 month ago)
by
bendavid
Branch:
MAIN
Changes since
1.60: +23 -1 lines
Diff to
previous 1.60
Split CaloMet into Met base class and CaloMet specific class, add PFMet
Revision
1.60 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 11 18:12:16 2009 UTC
(16 years, 1 month ago)
by
bendavid
Branch:
MAIN
Changes since
1.59: +56 -28 lines
Diff to
previous 1.59
Change common files to reflect PF and Jet changes
Revision
1.58 -
(
view)
(
annotate)
-
[select for diffs]
Sun Mar 8 12:09:59 2009 UTC
(16 years, 1 month ago)
by
loizides
Branch:
MAIN
Changes since
1.57: +11 -57 lines
Diff to
previous 1.57
Move away generic classes and keep only classes stored in the tree.
Revision
1.54 -
(
view)
(
annotate)
-
[select for diffs]
Thu Feb 26 17:06:25 2009 UTC
(16 years, 2 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.53: +6 -6 lines
Diff to
previous 1.53
Incorporate updated RefArray (no size template argument anymore) and add necessary caches and cache clear calls
Revision
1.53 -
(
view)
(
annotate)
-
[select for diffs]
Wed Feb 18 15:38:55 2009 UTC
(16 years, 2 months ago)
by
loizides
Branch:
MAIN
Changes since
1.52: +1 -11 lines
Diff to
previous 1.52
Reworked particle interface to cache FourVectorM
Revision
1.46 -
(
view)
(
annotate)
-
[select for diffs]
Tue Dec 2 09:30:11 2008 UTC
(16 years, 5 months ago)
by
loizides
Branch:
MAIN
Changes since
1.45: +3 -3 lines
Diff to
previous 1.45
Added DataBase for objects that do not need to the TObjects bits.
Revision
1.42 -
(
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.41: +6 -6 lines
Diff to
previous 1.41
Switched to new optimized RefArray now supporting multiple PIDs
Revision
1.41 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 31 17:42:09 2008 UTC
(16 years, 6 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.40: +7 -1 lines
Diff to
previous 1.40
Switched track layer/hit masks from BitMask64 to BitMask48
Revision
1.33 -
(
view)
(
annotate)
-
[select for diffs]
Wed Sep 10 12:16:39 2008 UTC
(16 years, 7 months ago)
by
loizides
Branch:
MAIN
Changes since
1.32: +3 -3 lines
Diff to
previous 1.32
Comment out TriggerName for now until it is ready.
Revision
1.29 -
(
view)
(
annotate)
-
[select for diffs]
Fri Aug 29 01:53:27 2008 UTC
(16 years, 8 months ago)
by
loizides
Branch:
MAIN
Changes since
1.28: +3 -1 lines
Diff to
previous 1.28
Added MC event info class, for now just holding an event weight.
Revision
1.28 -
(
view)
(
annotate)
-
[select for diffs]
Fri Aug 8 11:16:09 2008 UTC
(16 years, 8 months ago)
by
sixie
Branch:
MAIN
CVS Tags:
MITHEP_2_0_x
Changes since
1.27: +103 -76 lines
Diff to
previous 1.27
Add BasicClusters and SuperClusters to Collections and related Names. Change the order of the dictionary definitions to accomodate them
Revision
1.27 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jul 31 13:28:42 2008 UTC
(16 years, 9 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.26: +5 -1 lines
Diff to
previous 1.26
Nearly complete rewrite of track class, new helix parameterization (now matches CMSSW) and tracker hit information
Revision
1.25 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 29 13:44:26 2008 UTC
(16 years, 9 months ago)
by
loizides
Branch:
MAIN
Changes since
1.24: +6 -19 lines
Diff to
previous 1.24
Moved Edm-used particles to MitEdm/DataFormats.
Revision
1.24 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 29 12:29:47 2008 UTC
(16 years, 9 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.23: +8 -1 lines
Diff to
previous 1.23
Revamped implementation of decay tree classes, started to remove use of Vertex and FitVertex to prepare for removal of these classes
Revision
1.21 -
(
view)
(
annotate)
-
[select for diffs]
Fri Jul 25 16:04:45 2008 UTC
(16 years, 9 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.20: +13 -6 lines
Diff to
previous 1.20
Renamed Lepton to ChargedParticle and added StableParticle class
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Fri Jul 25 11:32:46 2008 UTC
(16 years, 9 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.19: +9 -16 lines
Diff to
previous 1.19
Merged gen and sim particles into new MCParticle class
Revision
1.19 -
(
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.18: +3 -3 lines
Diff to
previous 1.18
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.17 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 16 10:00:59 2008 UTC
(16 years, 9 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.16: +1 -4 lines
Diff to
previous 1.16
Made abstract base class functions pure virtual instead of return 0
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 2 19:28:44 2008 UTC
(16 years, 10 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.14: +12 -3 lines
Diff to
previous 1.14
moved details of photon conversions into seperate Conversion class
Revision
1.12 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 30 16:54:41 2008 UTC
(16 years, 10 months ago)
by
loizides
Branch:
MAIN
Changes since
1.11: +33 -9 lines
Diff to
previous 1.11
Changes to particle structure. MOre changes will follow
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 17 13:30:37 2008 UTC
(16 years, 10 months ago)
by
loizides
Branch:
MAIN
Changes since
1.5: +11 -15 lines
Diff to
previous 1.5
Added Array and ObjArray, plus reworked Collections interface.
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 5 16:03:35 2008 UTC
(16 years, 11 months ago)
by
bendavid
Branch:
MAIN
Changes since
1.4: +7 -1 lines
Diff to
previous 1.4
added electron class, updated lepton class, added basic functionality for tracks, muons
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 5 10:07:06 2008 UTC
(16 years, 11 months ago)
by
loizides
Branch:
MAIN
Changes since
1.3: +2 -1 lines
Diff to
previous 1.3
Slighly modified Collection interface to rely on pointers, references can be obtained as well in the Vector.h class.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 4 09:08:36 2008 UTC
(16 years, 11 months ago)
by
loizides
Branch:
MAIN
Changes since
1.2: +32 -3 lines
Diff to
previous 1.2
Added initial data inheritances. Objects are empty.