Skip to content

22.0-cppcheck-InnerDetector

Shaun Roe requested to merge sroe/athena:22.0-cppcheck-InnerDetector into master

Addressing specific performance, portability and 'error' warnings given by cppcheck in the /InnerDetector path:

  • postfixOperator BCMPrimeOptions.h
  • ctuOneDefinitionRuleViolation TRT_LayerBuilder.cxx (false positive vetoed)
  • ctuOneDefinitionRuleViolation InDetGlobalBCMTool.h (false positive vetoed)
  • postfixOperator HitMapBuilder.cxx (convert to range-based for loop)

Merge request reports