From 269bed3acab4cbf2027dc976467762376c700ed9 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Mon, 1 Nov 2021 18:00:10 +0100 Subject: [PATCH] Add resonances to event type dict --- km3buu/output.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/km3buu/output.py b/km3buu/output.py index d1119c0..cf7b18c 100644 --- a/km3buu/output.py +++ b/km3buu/output.py @@ -80,6 +80,36 @@ FLUX_INFORMATION_DTYPE = np.dtype([("energy", np.float64), EVENT_TYPE = { 1: "QE", + 2: "P33(1232)", + 3: "P11(1440)", + 4: "S11(1535)", + 5: "S11(1650)", + 6: "S11(2090)", + 7: "D13(1520)", + 8: "D13(1700)", + 9: "D13(2080)", + 10: "D15(1675)", + 11: "G17(2190)", + 12: "P11(1710)", + 13: "P11(2100)", + 14: "P13(1720)", + 15: "P13(1900)", + 16: "F15(1680)", + 17: "F15(2000)", + 18: "F17(1990)", + 19: "S31(1620)", + 20: "S31(1900)", + 21: "D33(1700)", + 22: "D33(1940)", + 23: "D35(1930)", + 24: "D35(2350)", + 25: "P31(1750)", + 26: "P31(1910)", + 27: "P33(1600)", + 28: "P33(1920)", + 29: "F35(1750)", + 30: "F35(1905)", + 31: "F37(1950)", 32: "pi neutron-background", 33: "pi proton-background", 34: "DIS", -- GitLab