From b1a3a95a5b8fc0535b24012cf31151d16207eaee Mon Sep 17 00:00:00 2001 From: Juan David Villamil <71914104+jdvillamils@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:51:06 +0100 Subject: [PATCH] Limits and binning for Kr next100 --- olivia/config/PmapsKrConfig_Next100.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 olivia/config/PmapsKrConfig_Next100.json diff --git a/olivia/config/PmapsKrConfig_Next100.json b/olivia/config/PmapsKrConfig_Next100.json new file mode 100644 index 0000000..c6d541f --- /dev/null +++ b/olivia/config/PmapsKrConfig_Next100.json @@ -0,0 +1,9 @@ +{"S1_Number_bins": [-0.5, 200.5, 201], "S1_Width_bins": [-0.01, 0.99, 45], "S1_Height_bins": [0, 10, 10] , "S1_Energy_bins": [0, 45, 45] , "S1_Time_bins": [0, 2000, 2000] , + "S2_Number_bins": [-0.5, 35.5, 36], "S2_Width_bins": [0, 60, 60] , "S2_Height_bins": [0, 3000, 100], "S2_Energy_bins": [0, 20000.0, 100], "S2_Charge_bins": [0, 800, 80], "S2_Time_bins": [0, 2200, 1100], "S2_NSiPM_bins": [-0.5, 70.5, 71], "S2_IdSiPM_bins": [-0.5, 3583.5, 3584], "S2_QSiPM_bins": [0, 50, 50], "S2_XSiPM_bins": [-450, 450, 80], "S2_YSiPM_bins": [-450, 450, 80], + + "S1_Number_labels": ["S1 number (#)"], "S1_Width_labels": ["S1 width ($\\mu$s)"], "S1_Height_labels": ["S1 height (pes)"], "S1_Energy_labels": ["S1 Summed PMT signal (pes)"], "S1_Time_labels": ["S1 buffer time ($\\mu$s)"], + "S2_Number_labels": ["S2 number (#)"], "S2_Width_labels": ["S2 width ($\\mu$s)"], "S2_Height_labels": ["S2 height (pes)"], "S2_Energy_labels": ["S2 Summed PMT signal (pes)"], "S2_Charge_labels": ["S2 Summed SiPM signal (pes)"], "S2_Time_labels": ["S2 buffer time ($\\mu$s)"], "S2_NSiPM_labels": ["SiPM number (#)"], "S2_IdSiPM_labels": ["SiPM id"], "S2_QSiPM_labels": ["SiPM charge (pes)"], "S2_XSiPM_labels": ["X (mm)"], "S2_YSiPM_labels": ["Y (mm)"], + + "S1_Number_scales": ["linear"], "S1_Width_scales": ["linear"], "S1_Height_scales": ["linear"], "S1_Energy_scales": ["linear"], "S1_Time_scales": ["log"], + "S2_Number_scales": ["linear"], "S2_Width_scales": ["linear"], "S2_Height_scales": ["linear"], "S2_Energy_scales": ["linear"], "S2_Charge_scales": ["log"], "S2_Time_scales": ["log"], "S2_NSiPM_scales": ["linear"], "S2_IdSiPM_scales": ["linear"], "S2_QSiPM_scales": ["linear"], "S2_XSiPM_scales": ["linear"], "S2_YSiPM_scales": ["linear"], + "nPMT": 60}