From 4b5480856f90c12c1dff4cce02404c1f519b7fa7 Mon Sep 17 00:00:00 2001 From: Zhen Xie Date: Mon, 29 Apr 2013 18:08:49 +0000 Subject: [PATCH] --- yaml --- r: 123261 b: refs/heads/vhbbHeppy74X c: 86ee1373e776e7d7254ff1c358b29ff7077181e1 h: refs/heads/vhbbHeppy74X i: 123259: 10b59f62272c958f08a78b920b7f280dace4a4e9 --- [refs] | 2 +- .../LumiDB/plotdata/create_public_peakpu_plots.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7eefee559934d..724c689b48322 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/vhbbHeppy74X: 6aa976f0007222453aad518873ea1f2092de8c9d +refs/heads/vhbbHeppy74X: 86ee1373e776e7d7254ff1c358b29ff7077181e1 diff --git a/trunk/RecoLuminosity/LumiDB/plotdata/create_public_peakpu_plots.py b/trunk/RecoLuminosity/LumiDB/plotdata/create_public_peakpu_plots.py index d539558831930..61acbbb843dd3 100644 --- a/trunk/RecoLuminosity/LumiDB/plotdata/create_public_peakpu_plots.py +++ b/trunk/RecoLuminosity/LumiDB/plotdata/create_public_peakpu_plots.py @@ -444,7 +444,7 @@ def PlotPeakPUAllYears(lumi_data_by_fill_per_year): ax.set_yscale("log") time_begin = datetime.datetime(years[0], 1, 1, 0, 0, 0) - time_end = datetime.datetime(years[-1], 12, 16, 20, 50,09) + time_end = datetime.datetime(years[-1], 12, 16, 20, 50,9) str_begin = time_begin.strftime(DATE_FMT_STR_OUT) str_end = time_end.strftime(DATE_FMT_STR_OUT)