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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sat Jan 22 20:59:06 GMT 2011


Author: fsiegert
Date: Sat Jan 22 20:59:06 2011
New Revision: 2886

Log:
Bugfix in ATLAS_2010_S8919674: Forgot to fill Njet=4 bin in multiplicity.

Modified:
   trunk/src/Analyses/ATLAS_2010_S8919674.cc

Modified: trunk/src/Analyses/ATLAS_2010_S8919674.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2010_S8919674.cc	Sat Jan 22 16:46:22 2011	(r2885)
+++ trunk/src/Analyses/ATLAS_2010_S8919674.cc	Sat Jan 22 20:59:06 2011	(r2886)
@@ -159,6 +159,9 @@
           if (jets.size()>=3) {
             _h_mu_njet_inclusive->fill(3, weight);
           }
+          if (jets.size()>=4) {
+            _h_mu_njet_inclusive->fill(4, weight);
+          }
         }
       }
 


More information about the Rivet-svn mailing list