[Rivet-svn] rivet: Mark ZEUS_2001 analysis as validated, after Ilkka Heleniu...

Rivet Mercurial rivet at projects.hepforge.org
Fri May 5 18:00:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/2ef05233f33c
branches:  release-2-5-x
changeset: 5749:2ef05233f33c
user:      Andy Buckley <andy at insectnation.org>
date:      Fri May 05 17:54:57 2017 +0100
description:
Mark ZEUS_2001 analysis as validated, after Ilkka Helenius fixed it as part of Pythia8 photoproduction commissioning. Hurrah!

diffs (truncated from 126 to 50 lines):

--- a/data/anainfo/ZEUS_2001_S4815815.info	Wed May 03 20:01:21 2017 +0100
+++ b/data/anainfo/ZEUS_2001_S4815815.info	Fri May 05 17:54:57 2017 +0100
@@ -5,9 +5,10 @@
 Collider: HERA Run I
 SpiresID: 4815815
 InspireID: 568665
-Status: UNVALIDATED
+Status: VALIDATED
 Authors:
  - Andy Buckley <andy.buckley at cern.ch>
+ - Ilkka Helenius <ilkka.helenius at uni-tuebingen.de>
  - Jon Butterworth <jmb at hep.ucl.ac.uk>
 References:
  - Eur.Phys.J.C23:615,2002
--- a/src/Analyses/Makefile.am	Wed May 03 20:01:21 2017 +0100
+++ b/src/Analyses/Makefile.am	Fri May 05 17:54:57 2017 +0100
@@ -413,11 +413,11 @@
 
 HERA_ALL = \
     H1_1994_S2919893.cc \
-    H1_2000_S4129130.cc
+    H1_2000_S4129130.cc \
+    ZEUS_2001_S4815815.cc
 # UNVALIDATED
 HERA_ALL += \
-    H1_1995_S3167097.cc \
-    ZEUS_2001_S4815815.cc
+    H1_1995_S3167097.cc
 
 
 
--- a/src/Analyses/ZEUS_2001_S4815815.cc	Wed May 03 20:01:21 2017 +0100
+++ b/src/Analyses/ZEUS_2001_S4815815.cc	Fri May 05 17:54:57 2017 +0100
@@ -15,6 +15,7 @@
   /// @note Cleaning cuts on event pT/sqrt(Et) and y_e are not needed in MC analysis.
   ///
   /// @author Andy Buckley
+  /// @author Ilkka Helenius
   class ZEUS_2001_S4815815 : public Analysis {
   public:
 
@@ -80,14 +81,14 @@
       const int orientation = sign(bproton.momentum().pz());
       MSG_DEBUG("Beam proton = " << bproton.mom() << " GeV => orientation = " << orientation);
 
-      // Jet selection
+      // Jet selection //// Use Et instead of pT
       const Jets jets = apply<FastJets>(event, "Jets") \
-        .jets(Cuts::pT > 11*GeV && Cuts::etaIn(-1*orientation, 2.4*orientation), cmpMomByEt);
+        .jets(Cuts::Et > 11*GeV && Cuts::etaIn(-1*orientation, 2.4*orientation), cmpMomByEt);


More information about the Rivet-svn mailing list