Skip to content

InDetVKalVxInJetTool+TrkVKalVrtFitter: Fix cppcheck warnings.

  • Prefer preincrement to postincrement for user iterators.
  • Pass large structures by const reference rather than by value.
  • The MAT << 0,0,... notation confuses cppcheck. But setZero is anyway clearer, so just use that.
  • Fix use of uninitialized variable.

Merge request reports