From 8dc690f0adad9898611d008fb6c0e8d06009a32b Mon Sep 17 00:00:00 2001
From: Felix Riehn <felix@matilda>
Date: Thu, 22 Sep 2022 18:15:04 +0100
Subject: [PATCH] added neutral kaons

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

diff --git a/src/modules/epos/epos_codes.dat b/src/modules/epos/epos_codes.dat
index 2a88f0950..5915ab5e6 100644
--- a/src/modules/epos/epos_codes.dat
+++ b/src/modules/epos/epos_codes.dat
@@ -19,6 +19,10 @@ PiPlus                   120     1       Pion
 PiMinus                 -120     1       Pion
 KPlus                    130     1       Kaon
 KMinus                  -130     1       Kaon
+K0                      230      0       CannotInteract
+K0Bar                  -230      0       CannotInteract
+K0Long                  -20      1       Kaon
+K0Short                  20      1       Kaon
 Neutron                1220      1       Baryon
 AntiNeutron            -1220     1       Baryon
 Proton                  1120     1       Baryon
-- 
GitLab