From 66cab149ba3342b27859aeddde34fe901f0f6e74 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Fri, 21 May 2021 21:24:05 +0200 Subject: [PATCH] gamma is photon now --- src/modules/epos/epos_codes.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/epos/epos_codes.dat b/src/modules/epos/epos_codes.dat index 9eb999ab1..505790c4f 100644 --- a/src/modules/epos/epos_codes.dat +++ b/src/modules/epos/epos_codes.dat @@ -7,7 +7,7 @@ Unknown 0 0 CannotInteract # Here is the list of particles known to EPOS -Gamma 10 0 CannotInteract +Photon 10 0 CannotInteract Electron 12 0 CannotInteract Positron -12 0 CannotInteract MuMinus 14 0 CannotInteract -- GitLab