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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Oct 5 18:03:58 BST 2010


Author: richardn
Date: Tue Oct  5 18:03:57 2010
New Revision: 2706

Log:
changed product of charge*eta to double

Modified:
   trunk/src/Analyses/MC_WJETS.cc

Modified: trunk/src/Analyses/MC_WJETS.cc
==============================================================================
--- trunk/src/Analyses/MC_WJETS.cc	Tue Oct  5 17:38:08 2010	(r2705)
+++ trunk/src/Analyses/MC_WJETS.cc	Tue Oct  5 18:03:57 2010	(r2706)
@@ -56,7 +56,7 @@
       }
       const double weight = e.weight();
 
-      int charge3_x_eta = 0;
+      double charge3_x_eta = 0;
       FourMomentum emom;
       FourMomentum wmom(wfinder.particles().front().momentum());
       _h_W_mass->fill(wmom.mass(), weight);


More information about the Rivet-svn mailing list