Skip to content

CaloEvent: Fix cppcheck warnings.

  • Issues with assertions with possible side effects.
  • Redundant comparison.
  • Prefer to initialize members in an initialization clause rather than a constructor body.

Merge request reports