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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 1 18:53:00 GMT 2010


Author: buckley
Date: Mon Mar  1 18:53:00 2010
New Revision: 2288

Log:
Remove comment about eta -> y trick: the paper is doing everything in terms of eta, so lets take them at their word for now...

Modified:
   trunk/src/Analyses/UA1_1990_S2044935.cc

Modified: trunk/src/Analyses/UA1_1990_S2044935.cc
==============================================================================
--- trunk/src/Analyses/UA1_1990_S2044935.cc	Mon Mar  1 18:43:19 2010	(r2287)
+++ trunk/src/Analyses/UA1_1990_S2044935.cc	Mon Mar  1 18:53:00 2010	(r2288)
@@ -93,7 +93,6 @@
       const double dphi = TWOPI;
       const double dnch_deta = nch/deta;
       foreach (const Particle& p, cfs.particles()) {
-        /// @todo Use pion-mass trick (see CDF 2009) for eta -> y in d3sig/dp3?
         const double pt = p.momentum().pT();
         const double scaled_weight = weight/(deta*dphi*pt/GeV);
         if (!fuzzyEquals(sqrtS()/GeV, 500, 1E-3)) {


More information about the Rivet-svn mailing list