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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Mar 25 11:21:04 BST 2012


Author: richardn
Date: Sun Mar 25 11:21:04 2012
New Revision: 3651

Log:
fix as Sigma(1385)+/- are distinct particles not particle/antiparticle

Modified:
   trunk/src/Analyses/DELPHI_1995_S3137023.cc

Modified: trunk/src/Analyses/DELPHI_1995_S3137023.cc
==============================================================================
--- trunk/src/Analyses/DELPHI_1995_S3137023.cc	Sun Mar 25 11:09:08 2012	(r3650)
+++ trunk/src/Analyses/DELPHI_1995_S3137023.cc	Sun Mar 25 11:21:04 2012	(r3651)
@@ -68,7 +68,7 @@
           _histXpXiMinus->fill(p.momentum().vector3().mod()/meanBeamMom, weight);
           _weightedTotalNumXiMinus += weight;
           break;
-        case 3114:
+        case 3114: case 3224:
           _histXpSigma1385Plus->fill(p.momentum().vector3().mod()/meanBeamMom, weight);
           _weightedTotalNumSigma1385Plus += weight;
           break;


More information about the Rivet-svn mailing list