Revision
1.26 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 24 15:38:01 2013 UTC
(11 years, 10 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V02-03-00
Changes since
1.25: +2 -1 lines
Diff to
previous 1.25
Check if the directory already exists before creating the directory for skims.
Revision
1.25 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 19 13:39:40 2013 UTC
(11 years, 10 months ago)
by
ahart
Branch:
MAIN
Changes since
1.24: +2 -1 lines
Diff to
previous 1.24
Create directories for each channel when creating BEAN-format skims.
Revision
1.24 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 12 12:52:00 2013 UTC
(11 years, 10 months ago)
by
lantonel
Branch:
MAIN
Changes since
1.23: +1 -9 lines
Diff to
previous 1.23
moved the ratio y range value into makePlots.py
Revision
1.23 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 11 00:35:02 2013 UTC
(11 years, 10 months ago)
by
ahart
Branch:
MAIN
Changes since
1.22: +37 -1 lines
Diff to
previous 1.22
Added the "add_channels" function for use when producing BEAN-format skims.
Revision
1.22 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 6 23:35:36 2013 UTC
(11 years, 10 months ago)
by
wulsin
Branch:
MAIN
Changes since
1.21: +7 -0 lines
Diff to
previous 1.21
Add options for makeBNTreePlot.py: -D to specify dataset name and -C to run on condor
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 4 08:02:41 2013 UTC
(11 years, 11 months ago)
by
wulsin
Branch:
MAIN
Changes since
1.19: +3 -1 lines
Diff to
previous 1.19
add -R, --ratioYRange option to set the maximum range of the ratio plot
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Fri May 17 08:34:38 2013 UTC
(11 years, 11 months ago)
by
wulsin
Branch:
MAIN
CVS Tags:
V02-01-01
Changes since
1.17: +2 -0 lines
Diff to
previous 1.17
add -q, --quickMerge option to merge output without running makeCutFlows.py and makePlots.py
Revision
1.17 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 14 19:46:47 2013 UTC
(11 years, 11 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V02-01-00
Changes since
1.16: +4 -4 lines
Diff to
previous 1.16
Cleaned up the label which the add_stops function attaches to the stop signal samples.
Revision
1.16 -
(
view)
(
annotate)
-
[select for diffs]
Wed May 1 19:48:28 2013 UTC
(12 years ago)
by
ahart
Branch:
MAIN
CVS Tags:
V01-00-00,
V01-01-00
Changes since
1.15: +3 -2 lines
Diff to
previous 1.15
Changed the notation for labelling the ROOT files with the bottom branching ratio in add_stops. The branching ratios are now given as percents.
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Thu Apr 25 18:14:46 2013 UTC
(12 years ago)
by
ahart
Branch:
MAIN
CVS Tags:
V00-01-00,
V02-00-00
Changes since
1.14: +56 -9 lines
Diff to
previous 1.14
Commented out the import from configurationOptions.py so functions will have to take in what they need as arguments. This is so that options in the local options file can be passed. Also added functions for doing stop <c*tau> reweighting.
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Thu Apr 11 08:16:30 2013 UTC
(12 years ago)
by
wulsin
Branch:
MAIN
Changes since
1.13: +2 -0 lines
Diff to
previous 1.13
Add -y option to print yields of each source in the legend.
Revision
1.13 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 27 14:00:21 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.12: +3 -0 lines
Diff to
previous 1.12
turned off 2D histgram plotting by default, can be enabled with --2D option
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 27 02:16:54 2013 UTC
(12 years, 1 month ago)
by
biliu
Branch:
MAIN
Changes since
1.10: +4 -2 lines
Diff to
previous 1.10
Add new options to makePlots.py. Could do -d after -r to make data-mc plots, and could set rebin parameter after -b.
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 25 18:15:04 2013 UTC
(12 years, 1 month ago)
by
ahart
Branch:
MAIN
Changes since
1.8: +2 -0 lines
Diff to
previous 1.8
Added a "no-weights" option for turning off cross section weighting.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 13 09:27:52 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.7: +8 -8 lines
Diff to
previous 1.7
switched back to optparse, since CMSSW_5_X_X has an older version of python
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 12 21:12:09 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.6: +14 -15 lines
Diff to
previous 1.6
migrated from depricated optparse package to argparse. All scripts now have -h,--help arguments which print all command-line options
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 8 16:22:20 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.5: +4 -0 lines
Diff to
previous 1.5
added -o to choose output file name and -r to draw ratio plots
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Wed Feb 20 16:21:32 2013 UTC
(12 years, 2 months ago)
by
lantonel
Branch:
MAIN
Changes since
1.3: +3 -1 lines
Diff to
previous 1.3
added option to normalize all plots to unit area
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Tue Feb 5 22:20:58 2013 UTC
(12 years, 2 months ago)
by
lantonel
Branch:
MAIN
Changes since
1.2: +4 -2 lines
Diff to
previous 1.2
moved the normalize option from makePlots.py here