Skip to content

L1CaloFEXSim: Fix cppcheck 2.14 / clang warnings.

Pass containers by const reference, not by value. Binding references to temporaries in range-for. Prefer returning const references to members rather than copies.

Merge request reports