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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Oct 15 04:03:06 BST 2012


Author: hoeth
Date: Mon Oct 15 04:03:06 2012
New Revision: 3963

Log:
Fix bad cast in CMS_2012_I1107658

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

Modified: branches/2012-06-aidarivet/src/Analyses/CMS_2012_I1107658.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Analyses/CMS_2012_I1107658.cc	Mon Oct 15 03:35:41 2012	(r3962)
+++ branches/2012-06-aidarivet/src/Analyses/CMS_2012_I1107658.cc	Mon Oct 15 04:03:06 2012	(r3963)
@@ -62,7 +62,7 @@
       double Zphi = zfinder.bosons()[0].momentum().phi();
       double Zmass = zfinder.bosons()[0].momentum().mass()/GeV;
 
-      ParticleVector particles = applyProjection<ChargedFinalState>(event, "nonmuons").particles();
+      ParticleVector particles = applyProjection<VetoedFinalState>(event, "nonmuons").particles();
 
       int nTowards = 0;
       int nTransverse = 0;


More information about the Rivet-svn mailing list