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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Oct 6 11:41:29 BST 2009


Author: buckley
Date: Tue Oct  6 11:41:29 2009
New Revision: 1873

Log:
Correcting (hopefully!) d(eta) factor to a d(|eta|) factor in LIPS weighting.

Modified:
   trunk/src/Analyses/UA1_1990_S2044935.cc

Modified: trunk/src/Analyses/UA1_1990_S2044935.cc
==============================================================================
--- trunk/src/Analyses/UA1_1990_S2044935.cc	Tue Oct  6 11:40:46 2009	(r1872)
+++ trunk/src/Analyses/UA1_1990_S2044935.cc	Tue Oct  6 11:41:29 2009	(r1873)
@@ -90,9 +90,9 @@
       }
 
       // Particle/track level histos
-      const double deta = 2 * 5.0;
+      const double deta = 5.0; //< @todo No factor of 2 for both sides?
       const double dphi = TWOPI;
-      const double dnch_deta = nch/5.0; //< @todo d(eta) definitely not _2_ * 5.0?
+      const double dnch_deta = nch/5.0;
       foreach (const Particle& p, cfs.particles()) {
         const double pt = p.momentum().pT();
         const double scaled_weight = weight/(deta*dphi*pt);


More information about the Rivet-svn mailing list