Skip to content

MuonTGC_Cabling: Fix cppcheck warnings.

  • Prefer using an initialization list to assignments in a ctor body.
  • Avoid postincrement of user iterators.
  • Pass large objects by const reference, not by value.
  • Fix deletion of copy/assignment.

Merge request reports