You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to simulate a scenario where digitizers are triggered externally by forcing pulse windows across channels to start simultaneously. However, I encountered misalignments in the digitization process. Specifically:
In this section, propagated_photons are no longer ordered in time afterward, as the default quick sort won't preserve the original order when the compare is the same.
In this section, that pulse_groups is not sorted by pulse_id, leading to a mismatch between elements in pulse_groups and photons.
The text was updated successfully, but these errors were encountered:
I tried to simulate a scenario where digitizers are triggered externally by forcing pulse windows across channels to start simultaneously. However, I encountered misalignments in the digitization process. Specifically:
In this section,
propagated_photons
are no longer ordered in time afterward, as the default quick sort won't preserve the original order when the compare is the same.In this section, that
pulse_groups
is not sorted bypulse_id
, leading to a mismatch between elements inpulse_groups
andphotons
.The text was updated successfully, but these errors were encountered: