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 4b918e5 commit 4b45143Copy full SHA for 4b45143
Modules/ITS/src/ITSChipStatusCheck.cxx
@@ -67,7 +67,7 @@ Quality ITSChipStatusCheck::check(std::map<std::string, std::shared_ptr<MonitorO
67
if (abs(h->GetBinContent(ibin) - 1) < 0.01) {
68
result = Quality::Bad;
69
TString text = Form("BAD: At least one stave is without data");
70
- vBadStaves.push_back(Form("L%d_%d", ilayer, ibin - StaveBoundary[ilayer]));
+ vBadStaves.push_back(Form("L%d_%d", ilayer, ibin - StaveBoundary[ilayer] - 1));
71
result.addFlag(o2::quality_control::FlagTypeFactory::Unknown(), text.Data());
72
}
73
0 commit comments