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 befd114 commit c075107Copy full SHA for c075107
1 file changed
Modules/CTP/src/RawDataReaderCheck.cxx
@@ -97,7 +97,7 @@ Quality RawDataReaderCheck::check(std::map<std::string, std::shared_ptr<MonitorO
97
mVecGoodBC.push_back(i);
98
}
99
100
- result.set(setQualityResult(mVecBadBC, mVecGoodBC));
+ result.set(setQualityResult(mVecBadBC, mVecMediumBC));
101
} else if (mo->getName() == "inputs") {
102
if (mHistInputPrevious) {
103
checkChange(h, mHistInputPrevious);
0 commit comments