[Rivet-svn] r2135 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Dec 4 16:04:27 GMT 2009


Author: buckley
Date: Fri Dec  4 16:04:27 2009
New Revision: 2135

Log:
Trying to remove arbitrary eta cut: still poor agreement. I see the DELPHI analysis also has no eta cut... presumably this isn't ideal. Anyone know a good value to use?

Modified:
   trunk/src/Analyses/OPAL_2004_S6132243.cc

Modified: trunk/src/Analyses/OPAL_2004_S6132243.cc
==============================================================================
--- trunk/src/Analyses/OPAL_2004_S6132243.cc	Fri Dec  4 15:53:25 2009	(r2134)
+++ trunk/src/Analyses/OPAL_2004_S6132243.cc	Fri Dec  4 16:04:27 2009	(r2135)
@@ -53,8 +53,8 @@
     void init() {
       // Projections
       addProjection(Beam(), "Beams");
-      /// @todo pTmin and |eta| cuts
-      const ChargedFinalState cfs(-2, 2, 0.15*GeV);
+      /// @todo |eta| cuts
+      const ChargedFinalState cfs(-MAXRAPIDITY, MAXRAPIDITY, 0.15*GeV);
       addProjection(cfs, "FS");
       addProjection(FastJets(cfs, FastJets::DURHAM, 0.7), "DurhamJets");
       addProjection(Sphericity(cfs), "Sphericity");


More information about the Rivet-svn mailing list