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
The value for trigger timeout in clocks which is passed here: https://github.com/psi46/pxar/blob/master/core/hal/hal.cc#L211
is a uint8_t, which leads to truncated events marked as PKAM and unwanted resets for events with ~40 or more hits.
It should be 16 bit instead.
The text was updated successfully, but these errors were encountered:
The value for trigger timeout in clocks which is passed here:
https://github.com/psi46/pxar/blob/master/core/hal/hal.cc#L211
is a uint8_t, which leads to truncated events marked as PKAM and unwanted resets for events with ~40 or more hits.
It should be 16 bit instead.
The text was updated successfully, but these errors were encountered: