Skip to content
Snippets Groups Projects
Commit d82e3955 authored by Sebouh Paul's avatar Sebouh Paul
Browse files

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
parent 8083d0c0
No related branches found
No related tags found
1 merge request!314Update 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment