Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Thu Apr 11 12:34:33 2013 UTC
(12 years ago)
by
lantonel
Branch:
MAIN
CVS Tags:
V00-00-01,
V00-01-00,
V01-00-00,
V01-00-01,
V01-01-00,
V02-00-00,
V02-01-00,
V02-01-01,
V02-02-00,
V02-03-00,
V02-03-01,
V02-03-02
Changes since
1.10: +21 -29 lines
Diff to
previous 1.10
added some options, took out reweighting, and require user to specify condor dir in config file
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 26 14:03:02 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.8: +3 -3 lines
Diff to
previous 1.8
fixed weird error where wrong localOptions file was being imported
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 19 18:42:15 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.7: +1 -4 lines
Diff to
previous 1.7
changed default minimum to 0.0001 which is better when normalizing to unit area
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 13 15:59:05 2013 UTC
(12 years, 1 month ago)
by
qpython
Branch:
MAIN
Changes since
1.6: +1 -2 lines
Diff to
previous 1.6
fixed bug Histogram.SetMinimum(0) -> Histogram.SetMinimum(0.1) to allow logy plot
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 13 13:43:09 2013 UTC
(12 years, 1 month ago)
by
qpython
Branch:
MAIN
Changes since
1.5: +1 -1 lines
Diff to
previous 1.5
fixed bug Histogram.SetMaximum(0) -> Histogram.SetMinimum(0)
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Wed Mar 13 09:27:11 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.2: +4 -6 lines
Diff to
previous 1.2
switched back to optparse, since CMSSW_5_X_X has an older version of python
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Tue Mar 12 21:10:44 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
Changes since
1.1: +45 -27 lines
Diff to
previous 1.1
migrated from depricated optparse package to argparse. All scripts now have -h,--help arguments which print all command-line options
Revision
1.1 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 8 14:18:42 2013 UTC
(12 years, 1 month ago)
by
lantonel
Branch:
MAIN
first commit of script which plots several input histograms on one set of axes