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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Nov 25 22:47:26 GMT 2009


Author: fsiegert
Date: Wed Nov 25 22:47:25 2009
New Revision: 2098

Log:
Bugfix in CDF_2005_S6080774: Due to mismatch between HepData binning (0-1) and cross section in paper (0-pi), there has to be a factor 1/pi in the cross section normalisation here.

Modified:
   trunk/src/Analyses/CDF_2005_S6080774.cc

Modified: trunk/src/Analyses/CDF_2005_S6080774.cc
==============================================================================
--- trunk/src/Analyses/CDF_2005_S6080774.cc	Wed Nov 25 16:25:07 2009	(r2097)
+++ trunk/src/Analyses/CDF_2005_S6080774.cc	Wed Nov 25 22:47:25 2009	(r2098)
@@ -81,7 +81,7 @@
       for (size_t i=0; i<4; ++i) {
         scale(_h_m_PP[i], crossSection()/sumOfWeights());
         scale(_h_pT_PP[i], crossSection()/sumOfWeights());
-        scale(_h_dphi_PP[i], crossSection()/sumOfWeights());
+        scale(_h_dphi_PP[i], crossSection()/M_PI/sumOfWeights());
       }
     }
 


More information about the Rivet-svn mailing list