[Rivet-svn] rivet: Bugfix when filling profiles.

Rivet Mercurial rivet at projects.hepforge.org
Sat Oct 17 12:30:02 BST 2015


details:   https://rivet.hepforge.org/hg/rivet/rev/58c86728cafb
branches:  
changeset: 4902:58c86728cafb
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Sat Oct 17 12:15:07 2015 +0100
description:
Bugfix when filling profiles.

diffs (13 lines):

--- a/src/Analyses/H1_2000_S4129130.cc	Wed Oct 14 15:06:21 2015 +0100
+++ b/src/Analyses/H1_2000_S4129130.cc	Sat Oct 17 12:15:07 2015 +0100
@@ -171,8 +171,8 @@
       }
       // Fill histograms for the average quantities
       if (evcut[1] || evcut[3]) {
-        _histAverETCentral->fill(q2, etcent*weight,weight);
-        _histAverETFrag   ->fill(q2, etfrag*weight,weight);
+        _histAverETCentral->fill(q2, etcent, weight);
+        _histAverETFrag   ->fill(q2, etfrag, weight);
       }
     }
 


More information about the Rivet-svn mailing list