Skip to content

eflowRec+tauRecTools+LArCalibTest: Fix cppcheck 2.14 warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.eflowRec-20240518 into main

Pass strings by const reference, not by value. Prefer returning const references to members rather than copies.

Merge request reports