Skip to content

Commit bd4f0cf

Browse files
shahor02ktf
authored andcommitted
Fix in skipping the post-error paddin in Alpide data
1 parent e45fe05 commit bd4f0cf

File tree

1 file changed

+1
-0
lines changed
  • Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction

1 file changed

+1
-0
lines changed

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/AlpideCoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ class AlpideCoder
357357
if (dataC) { // padding is over, make 1 step back in the buffer
358358
auto currPtr = buffer.getPtr();
359359
buffer.setPtr(--currPtr);
360+
break;
360361
}
361362
}
362363
}

0 commit comments

Comments
 (0)