|
[Rivet-svn] r2524 - in trunk: data/anainfo data/plotinfo src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Jun 24 10:47:37 BST 2010
Author: fsiegert Date: Thu Jun 24 10:47:43 2010 New Revision: 2524 Log: Finishing touches for D0_2010_S8671338. Closes #404. Modified: trunk/data/anainfo/D0_2010_S8671338.info trunk/data/plotinfo/D0_2010_S8671338.plot trunk/src/Analyses/D0_2010_S8671338.cc Modified: trunk/data/anainfo/D0_2010_S8671338.info ============================================================================== --- trunk/data/anainfo/D0_2010_S8671338.info Thu Jun 24 09:48:33 2010 (r2523) +++ trunk/data/anainfo/D0_2010_S8671338.info Thu Jun 24 10:47:43 2010 (r2524) @@ -3,11 +3,11 @@ Summary: Measurement of differential $Z/\gamma^*$ pT Experiment: D0 Collider: Tevatron Run 2 -SpiresID: 7863608 -Status: UNVALIDATED +SpiresID: 8671338 +Status: VALIDATED Authors: - - Flavia Dias - - Gavin Hesketh <gavin.hesketh at fnal.gov> + - Flavia Dias <fladias at gmail.com> + - Gavin Hesketh <gavin.hesketh at cern.ch> - Frank Siegert <frank.siegert at durham.ac.uk> References: - arXiv:1006.0618 [hep-ex] Modified: trunk/data/plotinfo/D0_2010_S8671338.plot ============================================================================== --- trunk/data/plotinfo/D0_2010_S8671338.plot Thu Jun 24 09:48:33 2010 (r2523) +++ trunk/data/plotinfo/D0_2010_S8671338.plot Thu Jun 24 10:47:43 2010 (r2524) @@ -2,5 +2,4 @@ Title=Z boson pT XLabel=$p_{\perp}$(Z) [GeV] YLabel=$1/\sigma \; \text{d}\sigma/\text{d}p_\perp(Z)$ -LogX=1 # END PLOT Modified: trunk/src/Analyses/D0_2010_S8671338.cc ============================================================================== --- trunk/src/Analyses/D0_2010_S8671338.cc Thu Jun 24 09:48:33 2010 (r2523) +++ trunk/src/Analyses/D0_2010_S8671338.cc Thu Jun 24 10:47:43 2010 (r2524) @@ -53,8 +53,7 @@ /// Finalize void finalize() { - const double invlumi = 1.0/sumOfWeights(); - scale(_h_Z_pT_cross_section, invlumi); + normalize(_h_Z_pT_cross_section, 1.0); } //@}
More information about the Rivet-svn mailing list |