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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Aug 29 15:40:21 BST 2011


Author: buckley
Date: Mon Aug 29 15:40:21 2011
New Revision: 3337

Log:
Increase the W pT peak histo binning to go up to 125 GeV, since the W peak is at a much higher value than the Z pT at 7 TeV. Maybe the range should be sqrt(s)-dependent?

Modified:
   trunk/src/Analyses/MC_WJETS.cc

Modified: trunk/src/Analyses/MC_WJETS.cc
==============================================================================
--- trunk/src/Analyses/MC_WJETS.cc	Fri Aug 26 18:29:32 2011	(r3336)
+++ trunk/src/Analyses/MC_WJETS.cc	Mon Aug 29 15:40:21 2011	(r3337)
@@ -33,7 +33,7 @@
 
       _h_W_mass = bookHistogram1D("W_mass", 50, 55.0, 105.0);
       _h_W_pT = bookHistogram1D("W_pT", logBinEdges(100, 1.0, 0.5*sqrtS()));
-      _h_W_pT_peak = bookHistogram1D("W_pT_peak", 25, 0.0, 25.0);
+      _h_W_pT_peak = bookHistogram1D("W_pT_peak", 25, 0.0, 125.0);
       _h_W_y = bookHistogram1D("W_y", 40, -4.0, 4.0);
       _h_W_phi = bookHistogram1D("W_phi", 25, 0.0, TWOPI);
       _h_W_jet1_deta = bookHistogram1D("W_jet1_deta", 50, -5.0, 5.0);


More information about the Rivet-svn mailing list