Skip to content

Commit

Permalink
quality set for BC chceck fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucia Anna Tarasovicova committed Jul 10, 2024
1 parent 635ab26 commit a307b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CTP/src/RawDataReaderCheck.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Quality RawDataReaderCheck::check(std::map<std::string, std::shared_ptr<MonitorO
mVecGoodBC.push_back(i);
}
}
result.set(setQualityResult(mVecBadBC, mVecGoodBC));
result.set(setQualityResult(mVecBadBC, mVecMediumBC));
} else if (mo->getName() == "inputs") {
if (mHistInputPrevious) {
checkChange(h, mHistInputPrevious);
Expand Down

0 comments on commit a307b0c

Please sign in to comment.