Revision
1.17
Thu Jul 4 13:02:22 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.16: +0 -0 lines
FILE REMOVED
Renamed ReducedMenuSample to ReducedSample, and MenuSample to FullSample
Revision
1.16 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jul 4 00:37:53 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.15: +2 -2 lines
Diff to
previous 1.15
Removed some old methods from the trigger interface
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 2 23:30:37 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.14: +14 -82 lines
Diff to
previous 1.14
Various changes to make interface conformance better, and dropping old unrequired methods
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jun 29 16:14:45 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.13: +2 -1 lines
Diff to
previous 1.13
Added an option to the TriggerRatePlot to scale all thresholds at once for the plot
Revision
1.12 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 24 17:09:05 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.11: +35 -20 lines
Diff to
previous 1.11
Change to the ReducedSample fileformat so that the magic number and fileformat identifier are uncompressed
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 24 14:47:38 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.10: +108 -25 lines
Diff to
previous 1.10
Changes to the way trigger rates are returned
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 18 10:18:23 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.9: +51 -0 lines
Diff to
previous 1.9
Fixed some bugs, and started adding functionality to calculate rates.
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jun 8 09:31:25 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.8: +15 -1 lines
Diff to
previous 1.8
Changes to load very large files, and some fixes about histogram binning.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Fri Jun 7 14:22:05 2013 UTC
(11 years, 10 months ago)
by
grimes
Branch:
MAIN
Changes since
1.7: +146 -18 lines
Diff to
previous 1.7
Modified the file format to get around a protobuf aversion to extremely long messages. Also changed output to be gzipped.
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 6 15:05:04 2013 UTC
(11 years, 11 months ago)
by
grimes
Branch:
MAIN
Changes since
1.6: +87 -219 lines
Diff to
previous 1.6
Improved memory performance. Had to copy L1UpgradeNtuple.C into this package to fix some leaks.
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 5 11:02:36 2013 UTC
(11 years, 11 months ago)
by
grimes
Branch:
MAIN
Changes since
1.5: +10 -12 lines
Diff to
previous 1.5
Fixes to the number of muons (so muon triggers now work); error when loading ReducedMenuSamples from disk; made L1_SingleIsoMu an alias for L1_SingleMu since there's no isolation on muons and they're the same
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 4 16:46:42 2013 UTC
(11 years, 11 months ago)
by
grimes
Branch:
MAIN
Changes since
1.4: +83 -8 lines
Diff to
previous 1.4
Changes to allow multiple samples to be added to a ReducedMenuSample, currently segfaults but I need to transfer the files between machines.
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 4 08:17:37 2013 UTC
(11 years, 11 months ago)
by
grimes
Branch:
MAIN
Changes since
1.3: +8 -10 lines
Diff to
previous 1.3
Multiple changes. Implemented all required triggers, removed the ones not needed and changed some names.
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jun 2 22:40:57 2013 UTC
(11 years, 11 months ago)
by
grimes
Branch:
MAIN
Changes since
1.2: +4 -0 lines
Diff to
previous 1.2
A few changes, and added skeleton files for all of the triggers.
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Fri May 31 01:29:10 2013 UTC
(11 years, 11 months ago)
by
grimes
Branch:
MAIN
Changes since
1.1: +291 -7 lines
Diff to
previous 1.1
Various improvements, including protobuf input and output for ReducedMenuSamples.