Skip to content

MuonR4 - Fix dead time insertion bug in digitzation

Johannes Junggeburth requested to merge jojungge/athena:FixDeadTime into main

The [] operator is quite convinient to add hits to the dead time map. But it fails if the overall deadTime window is larger than the average dead time. Fix it by explicitly checking the insert iterator

Tagging: @damperia, @pscholer

Merge request reports