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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Nov 14 15:43:50 GMT 2012


Author: buckley
Date: Wed Nov 14 15:43:50 2012
New Revision: 3984

Log:
Merge changeset [3931] from AIDA branch

Modified:
   trunk/src/Analyses/ATLAS_2012_I1117704.cc

Modified: trunk/src/Analyses/ATLAS_2012_I1117704.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2012_I1117704.cc	Wed Nov 14 15:40:33 2012	(r3983)
+++ trunk/src/Analyses/ATLAS_2012_I1117704.cc	Wed Nov 14 15:43:50 2012	(r3984)
@@ -211,7 +211,7 @@
         if(njet80>=7)
           _count_7j80->fill( 0.5, weight) ;
         // 8j80
-        if(njet80>=7)
+        if(njet80>=8)
           _count_8j80->fill( 0.5, weight) ;
       }
 
@@ -230,7 +230,7 @@
       if(njet80>=7)
         _etmiss_HT_7j80->fill( ratio, weight) ;
       // 8j80
-      if(njet80>=7)
+      if(njet80>=8)
         _etmiss_HT_8j80->fill( ratio, weight) ;
 
     }


More information about the Rivet-svn mailing list