Skip to content

Commit

Permalink
adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabferro committed Feb 1, 2023
1 parent 69375db commit f5b2421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EventFilter/CTPPSRawToDigi/src/CTPPSPixelDataFormatter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void CTPPSPixelDataFormatter::interpretRawData(
if ((roc - 1) < maxRocIndex) {
skipROC = false;
} else {
// using dummy detId - recovering of FED channel foreseen in DQM
iD = RPixErrorChecker::dummyDetId;
skipROC = !m_ErrorCheck.checkROC(errorsInEvent, fedId, iD, ww, errors);
}
Expand Down

0 comments on commit f5b2421

Please sign in to comment.