Skip to content

Commit 6fb6645

Browse files
committed
further synchronization of GPU and CPU code for FED errors 26, 27, and 30
1 parent bc82b34 commit 6fb6645

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelRawToClusterGPUKernel.cu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,11 @@ namespace pixelgpudetails {
191191
case (26): {
192192
if constexpr (debug)
193193
printf("Gap word found (errorType = 26)\n");
194-
errorFound = true;
195194
break;
196195
}
197196
case (27): {
198197
if constexpr (debug)
199198
printf("Dummy word found (errorType = 27)\n");
200-
errorFound = true;
201199
break;
202200
}
203201
case (28): {
@@ -227,6 +225,7 @@ namespace pixelgpudetails {
227225
if (stateMatch != 1 && stateMatch != 8) {
228226
if constexpr (debug)
229227
printf("FED error 30 with unexpected State Bits (errorType = 30)\n");
228+
break;
230229
}
231230
if (stateMatch == 1)
232231
errorType = 40; // 1=Overflow -> 40, 8=number of ROCs -> 30

0 commit comments

Comments
 (0)