|
[Rivet-svn] r1669 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Jul 8 12:25:53 BST 2009
Author: fsiegert Date: Wed Jul 8 12:25:53 2009 New Revision: 1669 Log: Fix ylabel in D0_2008_S7662670: These plots are not normalised to 1. Modified: trunk/src/Analyses/D0_2008_S7662670.cc Modified: trunk/src/Analyses/D0_2008_S7662670.cc ============================================================================== --- trunk/src/Analyses/D0_2008_S7662670.cc Wed Jul 8 11:04:18 2009 (r1668) +++ trunk/src/Analyses/D0_2008_S7662670.cc Wed Jul 8 12:25:53 2009 (r1669) @@ -30,7 +30,7 @@ { const string basetitle = "Inclusive jet $p_\\perp$, "; const string xlabel = "Jet $p_\\perp$ / GeV"; - const string ylabel = "$1/\\sigma \\, \\mathrm{d}{\\sigma}/\\mathrm{d}{p_\\perp}$"; + const string ylabel = "$\\mathrm{d}{\\sigma}/\\mathrm{d}{p_\\perp}$"; _h_dsigdptdy_y00_04 = bookHistogram1D(1, 1, 1, basetitle + "$0.0 < |y| < 0.4$", xlabel, ylabel);
More information about the Rivet-svn mailing list |