[Rivet-svn] rivet: fix to ARGUS_1993_S2669951 for d05, not filled

Rivet Mercurial rivet at projects.hepforge.org
Mon Nov 30 15:15:02 GMT 2015


details:   https://rivet.hepforge.org/hg/rivet/rev/b0f5cfe897bb
branches:  release-2-4-x
changeset: 4939:b0f5cfe897bb
user:      Peter Richardson <Peter.Richardson at durham.ac.uk>
date:      Mon Nov 30 16:08:16 2015 +0100
description:
fix to ARGUS_1993_S2669951 for d05, not filled

diffs (17 lines):

--- a/src/Analyses/ARGUS_1993_S2669951.cc	Thu Nov 26 08:05:54 2015 +0000
+++ b/src/Analyses/ARGUS_1993_S2669951.cc	Mon Nov 30 16:08:16 2015 +0100
@@ -143,11 +143,11 @@
       // f0 multiplicity
       Scatter2DPtr s511 = bookScatter2D(5, 1, 1, true);
       if (_weightSum_Ups1 > 0) // Point at 9.46
-        s112->point(0).setY(_count_f0[0] / _weightSum_Ups1, 0);
+        s511->point(0).setY(_count_f0[0] / _weightSum_Ups1, 0);
       if (_weightSum_Ups2 > 0) // Point at 10.02
-        s112->point(1).setY(_count_f0[1] / _weightSum_Ups2, 0);
+        s511->point(1).setY(_count_f0[1] / _weightSum_Ups2, 0);
       if (_weightSum_cont > 0) // Point at 10.45
-        s112->point(2).setY(_count_f0[2] / _weightSum_cont, 0);
+        s511->point(2).setY(_count_f0[2] / _weightSum_cont, 0);
 
       if (_weightSum_cont > 0.) scale(_hist_cont_f0, 1./_weightSum_cont);
       if (_weightSum_Ups1 > 0.) scale(_hist_Ups1_f0, 1./_weightSum_Ups1);


More information about the Rivet-svn mailing list