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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Oct 6 18:58:26 BST 2009


Author: buckley
Date: Tue Oct  6 18:58:25 2009
New Revision: 1883

Log:
Oops #2

Modified:
   trunk/src/Analyses/MC_LHC_SUSY.cc

Modified: trunk/src/Analyses/MC_LHC_SUSY.cc
==============================================================================
--- trunk/src/Analyses/MC_LHC_SUSY.cc	Tue Oct  6 18:57:33 2009	(r1882)
+++ trunk/src/Analyses/MC_LHC_SUSY.cc	Tue Oct  6 18:58:25 2009	(r1883)
@@ -154,7 +154,7 @@
         _hist_phi_mu->fill(mapAngleMPiToPi(p.phi()), weight);
         _hist_eta_mu->fill(p.eta(), weight);
         _hist_pt_mu->fill(p.pT()/GeV, weight);
-        if (PID::threeCharge(e.pdgId()) > 0) mupluses += p; else muminuses += p;
+        if (PID::threeCharge(mu.pdgId()) > 0) mupluses += p; else muminuses += p;
       }
 
       // Fill final state non-isolated photon histos


More information about the Rivet-svn mailing list