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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jan 18 11:33:40 GMT 2010


Author: buckley
Date: Mon Jan 18 11:33:40 2010
New Revision: 2219

Log:
Add @todo comment about checking whether pion mass ansatz should be used when computing d3sig/dp3

Modified:
   trunk/src/Analyses/UA1_1990_S2044935.cc

Modified: trunk/src/Analyses/UA1_1990_S2044935.cc
==============================================================================
--- trunk/src/Analyses/UA1_1990_S2044935.cc	Sun Jan 17 18:55:19 2010	(r2218)
+++ trunk/src/Analyses/UA1_1990_S2044935.cc	Mon Jan 18 11:33:40 2010	(r2219)
@@ -90,6 +90,7 @@
       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);
         _hist_Pt->fill(nch, pt/GeV, weight);


More information about the Rivet-svn mailing list