We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc82b34 commit 6fb6645Copy full SHA for 6fb6645
RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelRawToClusterGPUKernel.cu
@@ -191,13 +191,11 @@ namespace pixelgpudetails {
191
case (26): {
192
if constexpr (debug)
193
printf("Gap word found (errorType = 26)\n");
194
- errorFound = true;
195
break;
196
}
197
case (27): {
198
199
printf("Dummy word found (errorType = 27)\n");
200
201
202
203
case (28): {
@@ -227,6 +225,7 @@ namespace pixelgpudetails {
227
225
if (stateMatch != 1 && stateMatch != 8) {
228
226
229
printf("FED error 30 with unexpected State Bits (errorType = 30)\n");
+ break;
230
231
if (stateMatch == 1)
232
errorType = 40; // 1=Overflow -> 40, 8=number of ROCs -> 30
0 commit comments