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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Oct 9 09:39:33 BST 2009


Author: buckley
Date: Fri Oct  9 09:39:33 2009
New Revision: 1895

Log:
Another copy and paste bug fix

Modified:
   trunk/src/Analyses/MC_LHC_SUSY.cc

Modified: trunk/src/Analyses/MC_LHC_SUSY.cc
==============================================================================
--- trunk/src/Analyses/MC_LHC_SUSY.cc	Fri Oct  9 09:36:32 2009	(r1894)
+++ trunk/src/Analyses/MC_LHC_SUSY.cc	Fri Oct  9 09:39:33 2009	(r1895)
@@ -251,14 +251,14 @@
         const double m_emu = FourMomentum(pmuplus + peminus).mass();
         _hist_mll_osof_emu->fill(m_emu/GeV, weight);
         if (mupluses.size() == 1 && eminuses.size() == 1) 
-          _hist_mll_2_ossf_emu->fill(m_emu/GeV, weight);
+          _hist_mll_2_osof_emu->fill(m_emu/GeV, weight);
 
       }
       if (muminus_ok && eplus_ok) {
         const double m_mue = FourMomentum(peplus + pmuminus).mass();
         _hist_mll_osof_emu->fill(m_mue/GeV, weight);
         if (epluses.size() == 1 && muminuses.size() == 1) 
-          _hist_mll_2_ossf_emu->fill(m_mue/GeV, weight);
+          _hist_mll_2_osof_emu->fill(m_mue/GeV, weight);
       }
 
 


More information about the Rivet-svn mailing list