Skip to content

Commit

Permalink
quality set for BC chceck fixed (#2370)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch>
  • Loading branch information
lhusova and Lucia Anna Tarasovicova authored Jul 10, 2024
1 parent befd114 commit c075107
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 c075107

Please sign in to comment.