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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Feb 14 13:06:52 GMT 2013


Author: hoeth
Date: Thu Feb 14 13:06:51 2013
New Revision: 4148

Log:
merge c4063 from branches/2012-06-aidarivet

Modified:
   trunk/src/Analyses/CMS_2012_I1184941.cc

Modified: trunk/src/Analyses/CMS_2012_I1184941.cc
==============================================================================
--- trunk/src/Analyses/CMS_2012_I1184941.cc	Thu Feb 14 13:05:38 2013	(r4147)
+++ trunk/src/Analyses/CMS_2012_I1184941.cc	Thu Feb 14 13:06:51 2013	(r4148)
@@ -34,8 +34,9 @@
       double xiM = 0.;
       double xiP = 0.;
 
-      const Jets jets = applyProjection<FastJets>(event, "AntiKtJets05").jetsByPt(20.*GeV, MAXDOUBLE, -4.4, 4.4);
+      const Jets jets = applyProjection<FastJets>(event, "AntiKtJets05").jetsByPt(20.*GeV);
       if (jets.size() < 2) vetoEvent;  // require a dijet system with a 20 GeV cut on both jets
+      if (fabs(jets[0].momentum().eta()) > 4.4 || fabs(jets[1].momentum().eta()) > 4.4) vetoEvent;
 
       const FinalState& fsp = applyProjection<FinalState>(event, "FS");
 


More information about the Rivet-svn mailing list