Skip to content

Commit

Permalink
Merge pull request #42978 from CMSTrackerDPG/Fix2FEDErrorGPUvsCPUImba…
Browse files Browse the repository at this point in the history
…lance_from-CMSSW_13_2_5_patch3

[13_2_X] Additional fix for pixel FED error imbalance in DQM plots
  • Loading branch information
cmsbuild authored Oct 12, 2023
2 parents 4b908fd + a6f722c commit d4d59b2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,11 @@ namespace pixelgpudetails {
case (26): {
if constexpr (debug)
printf("Gap word found (errorType = 26)\n");
errorFound = true;
break;
}
case (27): {
if constexpr (debug)
printf("Dummy word found (errorType = 27)\n");
errorFound = true;
break;
}
case (28): {
Expand Down Expand Up @@ -227,6 +225,7 @@ namespace pixelgpudetails {
if (stateMatch != 1 && stateMatch != 8) {
if constexpr (debug)
printf("FED error 30 with unexpected State Bits (errorType = 30)\n");
break;
}
if (stateMatch == 1)
errorType = 40; // 1=Overflow -> 40, 8=number of ROCs -> 30
Expand Down

0 comments on commit d4d59b2

Please sign in to comment.