-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Currently the hit merger (https://github.com/DUNE/ndlar_flow/blob/develop/src/proto_nd_flow/reco/charge/calib_hit_merger.py) yields a second bump in Q and E distribution towards higher energy deposition in the calib_final_hits. This shoulder feature appears in both the data files and the simulation files and seems to be unphysical. (https://indico.fnal.gov/event/63652/contributions/286004/attachments/175752/238516/20240227_2x2_M1_reflow_checkup.pdf.

I think the current hit merger (5febf1c) only uses the time differences of packets on the same pixel. Perhaps we can judge based on charge whether they should be merged or not. Extending to the truth backtracking/labeling, perhaps in the simulation, we could label "induction" and "collection" charge. If necessary, we can investigate the merge within neighbouring pixels as well.