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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Apr 29 15:54:22 BST 2011


Author: fsiegert
Date: Fri Apr 29 15:54:21 2011
New Revision: 3069

Log:
Bugfix in MC_ZZJETS, necessary since ZFinder improvements.

Modified:
   trunk/src/Analyses/MC_ZZJETS.cc

Modified: trunk/src/Analyses/MC_ZZJETS.cc
==============================================================================
--- trunk/src/Analyses/MC_ZZJETS.cc	Fri Apr 29 12:33:13 2011	(r3068)
+++ trunk/src/Analyses/MC_ZZJETS.cc	Fri Apr 29 15:54:21 2011	(r3069)
@@ -32,8 +32,8 @@
       addProjection(zmmfinder, "ZmmFinder");
       VetoedFinalState jetinput;
       jetinput
-          .addVetoOnThisFinalState(zeefinder.constituentsFinalState())
-          .addVetoOnThisFinalState(zmmfinder.constituentsFinalState());
+          .addVetoOnThisFinalState(zeefinder.originalConstituentsFinalState())
+          .addVetoOnThisFinalState(zmmfinder.originalConstituentsFinalState());
       FastJets jetpro(jetinput, FastJets::KT, 0.7);
       addProjection(jetpro, "Jets");
 


More information about the Rivet-svn mailing list