[Rivet-svn] rivet: Tweak

Rivet Mercurial rivet at projects.hepforge.org
Mon Nov 20 09:00:02 GMT 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/52ca893db97b
branches:  
changeset: 6150:52ca893db97b
user:      Andy Buckley <andy at insectnation.org>
date:      Fri Nov 17 14:09:14 2017 +0000
description:
Tweak

diffs (11 lines):

--- a/analyses/pluginHERA/ZEUS_2001_S4815815.cc	Fri Nov 17 22:21:11 2017 +0000
+++ b/analyses/pluginHERA/ZEUS_2001_S4815815.cc	Fri Nov 17 14:09:14 2017 +0000
@@ -76,7 +76,7 @@
       const int orientation = kin.orientation();
 
       // Q2 and inelasticity cuts
-      if (kin.Q2() > 1*GeV) vetoEvent;
+      if (kin.Q2() > 1*GeV2) vetoEvent;
       if (!inRange(kin.y(), 0.2, 0.85)) vetoEvent;
 
       // Jet selection


More information about the Rivet-svn mailing list