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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Nov 26 21:02:42 GMT 2010


Author: buckley
Date: Fri Nov 26 21:02:42 2010
New Revision: 2774

Log:
Reinstating accidentally removed Jacobian factor of 10 in the CDF 2005 differential jet shapes analysis

Modified:
   trunk/src/Analyses/CDF_2005_S6217184.cc

Modified: trunk/src/Analyses/CDF_2005_S6217184.cc
==============================================================================
--- trunk/src/Analyses/CDF_2005_S6217184.cc	Fri Nov 26 20:35:48 2010	(r2773)
+++ trunk/src/Analyses/CDF_2005_S6217184.cc	Fri Nov 26 21:02:42 2010	(r2774)
@@ -80,7 +80,8 @@
           for (size_t rbin = 0; rbin < jsipt.numBins(); ++rbin) {
             const double r_rho = jsipt.rBinMid(rbin);
             // cout << ipt << " " << rbin << " " << jsipt.diffJetShape(ijet, rbin) << endl;
-            _profhistRho_pT[ipt]->fill(r_rho/0.7, 0.7*jsipt.diffJetShape(ijet, rbin), weight);
+            /// Bin width Jacobian factor of 0.7/0.1 = 7 in the differential shapes plot
+            _profhistRho_pT[ipt]->fill(r_rho/0.7, (0.7/0.1)*jsipt.diffJetShape(ijet, rbin), weight);
             const double r_Psi = jsipt.rBinMax(rbin);
             _profhistPsi_pT[ipt]->fill(r_Psi/0.7, jsipt.intJetShape(ijet, rbin), weight);
           }


More information about the Rivet-svn mailing list