Skip to content

Commit c075107

Browse files
lhusovaLucia Anna Tarasovicova
andauthored
quality set for BC chceck fixed (#2370)
Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch>
1 parent befd114 commit c075107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CTP/src/RawDataReaderCheck.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Quality RawDataReaderCheck::check(std::map<std::string, std::shared_ptr<MonitorO
9797
mVecGoodBC.push_back(i);
9898
}
9999
}
100-
result.set(setQualityResult(mVecBadBC, mVecGoodBC));
100+
result.set(setQualityResult(mVecBadBC, mVecMediumBC));
101101
} else if (mo->getName() == "inputs") {
102102
if (mHistInputPrevious) {
103103
checkChange(h, mHistInputPrevious);

0 commit comments

Comments
 (0)