|
[Rivet-svn] rivet: Fix duplicate histo booking in ATLAS_2014_I1298811.Rivet Mercurial rivet at projects.hepforge.orgTue Sep 26 15:15:01 BST 2017
details: https://rivet.hepforge.org/hg/rivet/rev/8ca196c168ea branches: release-2-5-x changeset: 6041:8ca196c168ea user: Frank Siegert <frank.siegert at cern.ch> date: Tue Sep 26 16:09:59 2017 +0200 description: Fix duplicate histo booking in ATLAS_2014_I1298811. diffs (20 lines): --- a/src/Analyses/ATLAS_2014_I1298811.cc Mon Sep 25 23:25:41 2017 +0100 +++ b/src/Analyses/ATLAS_2014_I1298811.cc Tue Sep 26 16:09:59 2017 +0200 @@ -32,8 +32,6 @@ _p_etsum48_vs_ptlead_trans[itopo] = bookProfile1D(8, 1, itopo+1); _p_chratio_vs_ptlead_trans[itopo] = bookProfile1D(9, 1, itopo+1); _p_ptmeanch_vs_ptlead_trans[itopo] = bookProfile1D(10, 1, itopo+1); - _p_ptmeanch_vs_nch_trans[0] = bookProfile1D(11, 1, 1); - _p_ptmeanch_vs_nch_trans[1] = bookProfile1D(12, 1, 1); // 1D histos for (size_t iregion = 0; iregion < 3; ++iregion) { for (size_t ipt = 0; ipt < 4; ++ipt) { @@ -42,6 +40,8 @@ } } } + _p_ptmeanch_vs_nch_trans[0] = bookProfile1D(11, 1, 1); + _p_ptmeanch_vs_nch_trans[1] = bookProfile1D(12, 1, 1); }
More information about the Rivet-svn mailing list |