[Rivet-svn] r4233 - trunk/include/Rivet

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Mar 28 13:35:40 GMT 2013


Author: dgrell
Date: Thu Mar 28 13:35:40 2013
New Revision: 4233

Log:
Fixed undefined value.

Modified:
   trunk/include/Rivet/ParticleName.hh

Modified: trunk/include/Rivet/ParticleName.hh
==============================================================================
--- trunk/include/Rivet/ParticleName.hh	Thu Mar 28 13:35:16 2013	(r4232)
+++ trunk/include/Rivet/ParticleName.hh	Thu Mar 28 13:35:40 2013	(r4233)
@@ -134,7 +134,7 @@
     static const PdgId XIMINUS = 3312;
     static const PdgId XIPLUS = -XIMINUS;
     static const PdgId OMEGAMINUS = 3334;
-    static const PdgId OMEGAPLUS = -OMEGAPLUS;
+    static const PdgId OMEGAPLUS = -OMEGAMINUS;
     //@}
 
     /// @name Exotic/weird stuff


More information about the Rivet-svn mailing list