From d82e3955ae23574a2bc20a7849629b99608412b2 Mon Sep 17 00:00:00 2001 From: Sebouh Paul <sebouh.paul@ucr.edu> Date: Mon, 6 Nov 2023 14:59:41 +0000 Subject: [PATCH] Update zdc_sipmontile_reconstruction.py Increased maximum hit energy in digitization for the SiPM-on-tile ZDC from 200 MeV to 800 MeV. This is necessary for proper reconstruction of photon showers, which can have a much larger maximum amount of energy per hit due to the showers being less spread-out than neutron showers --- benchmarks/far_forward/options/zdc_sipmontile_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/far_forward/options/zdc_sipmontile_reconstruction.py b/benchmarks/far_forward/options/zdc_sipmontile_reconstruction.py index bb986d45..52b78e91 100644 --- a/benchmarks/far_forward/options/zdc_sipmontile_reconstruction.py +++ b/benchmarks/far_forward/options/zdc_sipmontile_reconstruction.py @@ -42,7 +42,7 @@ podout = PodioOutput('out', filename=kwargs['output']) # Digitization ci_zdc_daq = dict(\ - dynamicRangeADC=200.*MeV, + dynamicRangeADC=800.*MeV, capacityADC=32768, pedestalMean=400, pedestalSigma=10) -- GitLab