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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Oct 9 09:36:32 BST 2009


Author: buckley
Date: Fri Oct  9 09:36:32 2009
New Revision: 1894

Log:
Copy and paste bug fix... maybe I can see some muons now ;)

Modified:
   trunk/src/Analyses/MC_LHC_SUSY.cc

Modified: trunk/src/Analyses/MC_LHC_SUSY.cc
==============================================================================
--- trunk/src/Analyses/MC_LHC_SUSY.cc	Thu Oct  8 16:04:19 2009	(r1893)
+++ trunk/src/Analyses/MC_LHC_SUSY.cc	Fri Oct  9 09:36:32 2009	(r1894)
@@ -48,7 +48,7 @@
       addProjection(efs, "Electrons");
 
       IdentifiedFinalState mufs(fs);
-      efs.acceptIdPair(MUON);
+      mufs.acceptIdPair(MUON);
       addProjection(mufs, "Muons");
 
       addProjection(TotalVisibleMomentum(fs), "MET");


More information about the Rivet-svn mailing list