Skip to content

coverity-18984: Negative number used as index in MuonHoughTransformer.cxx

Shaun Roe requested to merge sroe-master-patch-07300 into master

Solves coverity defect 18984, possible use of negative number (maximumbin.second could be -1) as an index in the VERBOSE message.

Merge request reports