|
[Rivet-svn] r3390 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Sep 28 10:00:11 BST 2011
Author: fsiegert Date: Wed Sep 28 10:00:10 2011 New Revision: 3390 Log: Fix typo in ATLAS Z pT analysis ATLAS_2011_S9131140. Modified: trunk/src/Analyses/ATLAS_2011_S9131140.cc Modified: trunk/src/Analyses/ATLAS_2011_S9131140.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2011_S9131140.cc Tue Sep 27 12:59:49 2011 (r3389) +++ trunk/src/Analyses/ATLAS_2011_S9131140.cc Wed Sep 28 10:00:10 2011 (r3390) @@ -73,7 +73,7 @@ } const ZFinder& zfinder_bare_mu = applyProjection<ZFinder>(evt, "ZFinder_bare_mu"); - if (zfinder_bare_mu.bosons().empty()) { + if (!zfinder_bare_mu.bosons().empty()) { _sumw_mu_bare += weight; const FourMomentum pZ = zfinder_bare_mu.bosons()[0].momentum(); _hist_zpt_mu_bare->fill(pZ.pT()/GeV, weight);
More information about the Rivet-svn mailing list |