Skip to content

address Coverity defects in FPGATrackSimHough

Shaun Roe requested to merge sroe/athena:main-coverity-FPGATrackSimHough into main

Mainly performance defects; pass shared_ptr by const ref instead of copy, use const auto & instead of plain auto. One possible out-of-range access trapped early with a more informative message.

Merge request reports

Loading