Skip to content

TileEvent+TBEvent+McParticleEvent: Fix cppcheck warnings.

cppcheck warnings:

  • Pass large objects by const ref, not by value.
  • Prefer to initialize members in an initialization list.
  • Suppress false positives stemming from the union used for calo cell quality.
  • Prefer preincrement to postincrement for iterators.

Merge request reports