SegmentLinking / TrackLooper

Apache License 2.0
5 stars 14 forks source link

Fix debug mode #328

Closed GNiendorf closed 1 year ago

GNiendorf commented 1 year ago

This fixes the crash found in Issue #327, where two memcopy's are trying to transfer data larger than the array size since those arrays were destacked when moved over to Alpaka.

GNiendorf commented 1 year ago

@YonsiG Can you check that the output ntuple looks good before this is merged? Thank you.

YonsiG commented 1 year ago

@YonsiG Can you check that the output ntuple looks good before this is merged? Thank you.

Hi Gavin, I checked that before and after this PR the output ntuple looks good. And after this PR, the debug branches can be stored in the root files normally. Thanks!