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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jun 29 12:23:07 BST 2011


Author: dgrell
Date: Wed Jun 29 12:23:06 2011
New Revision: 3167

Log:
fixed isolation cones

Modified:
   trunk/src/Analyses/ATLAS_2011_S8983313.cc

Modified: trunk/src/Analyses/ATLAS_2011_S8983313.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2011_S8983313.cc	Tue Jun 28 15:17:44 2011	(r3166)
+++ trunk/src/Analyses/ATLAS_2011_S8983313.cc	Wed Jun 29 12:23:06 2011	(r3167)
@@ -65,9 +65,13 @@
       addProjection(muons, "muons");
 
 
+      VetoedFinalState vfs;
+      vfs.addVetoPairDetail(MUON,20*GeV,7000*GeV);
+      vfs.addVetoPairDetail(ELECTRON,20*GeV,7000*GeV);
+
 
       /// Jet finder
-      addProjection(FastJets(FinalState(), FastJets::ANTIKT, 0.4), 
+      addProjection(FastJets(vfs, FastJets::ANTIKT, 0.4), 
 		    "AntiKtJets04");
 
       // all tracks (to do deltaR with leptons)


More information about the Rivet-svn mailing list