From a2a4cd913c1a0006f308c40f8b8f274d405c960e Mon Sep 17 00:00:00 2001
From: Felix Riehn <felix@matilda>
Date: Thu, 22 Sep 2022 18:31:08 +0100
Subject: [PATCH] allow interactions of hyperons

---
 src/modules/epos/epos_codes.dat | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/modules/epos/epos_codes.dat b/src/modules/epos/epos_codes.dat
index 5915ab5e6..c6f8b299e 100644
--- a/src/modules/epos/epos_codes.dat
+++ b/src/modules/epos/epos_codes.dat
@@ -28,15 +28,15 @@ AntiNeutron            -1220     1       Baryon
 Proton                  1120     1       Baryon
 AntiProton             -1120     1       Baryon
 Eta                      220	 0       CannotInteract
-Lambda0                 2130	 0       CannotInteract
-Lambda0Bar             -2130	 0       CannotInteract
+Lambda0                 2130	 1       Baryon
+Lambda0Bar             -2130	 1       Baryon
 
-SigmaPlus               1130     0       CannotInteract
-SigmaMinusBar          -1130     0       CannotInteract
-Sigma0                  1230     0       CannotInteract
-Sigma0Bar              -1230     0       CannotInteract
-SigmaMinus              2230     0       CannotInteract
-SigmaPlusBar           -2230     0       CannotInteract
+SigmaPlus               1130     1       Baryon
+SigmaMinusBar          -1130     1       Baryon
+Sigma0                  1230     1       Baryon
+Sigma0Bar              -1230     1       Baryon
+SigmaMinus              2230     1       Baryon
+SigmaPlusBar           -2230     1       Baryon
 
 DeltaPlus               1121     0       CannotInteract
 DeltaMinusBar          -1121     0       CannotInteract
-- 
GitLab