|
[Rivet-svn] rivet: hist booking fix for ATLAS_2018_I1646686Rivet Mercurial rivet at projects.hepforge.orgFri Jun 29 14:30:02 BST 2018
details: https://rivet.hepforge.org/hg/rivet/rev/5d6210864420 branches: release-2-6-x changeset: 6354:5d6210864420 user: Christian Gutschow <chris.g at cern.ch> date: Fri Jun 29 14:15:08 2018 +0100 description: hist booking fix for ATLAS_2018_I1646686 diffs (13 lines): --- a/analyses/pluginATLAS/ATLAS_2018_I1646686.cc Fri Jun 29 13:21:20 2018 +0100 +++ b/analyses/pluginATLAS/ATLAS_2018_I1646686.cc Fri Jun 29 14:15:08 2018 +0100 @@ -24,8 +24,8 @@ //histogram booking _h["inclusive"] = bookHisto1D(2,1,1); - bookHistograms("t_y", 1, true); - bookHistograms("t_pt", 2, true); + bookHistograms("t_pt", 1, true); + bookHistograms("t_y", 2, true); bookHistograms("t1_pt", 3); bookHistograms("t1_y", 4); bookHistograms("t2_pt", 5);
More information about the Rivet-svn mailing list |