[Rivet-svn] r3931 - branches/2012-06-aidarivet/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Sep 17 09:42:50 BST 2012


Author: richardn
Date: Mon Sep 17 09:42:50 2012
New Revision: 3931

Log:
fix for 8 jet region

Modified:
   branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1117704.cc

Modified: branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1117704.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1117704.cc	Mon Sep 17 09:41:46 2012	(r3930)
+++ branches/2012-06-aidarivet/src/Analyses/ATLAS_2012_I1117704.cc	Mon Sep 17 09:42:50 2012	(r3931)
@@ -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