InDetRecStatistics: Fix / suppress cppcheck warnings.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.InDetRecStatistics-20230323 into 23.0

Prefer to pass objects by const reference, rather than by value. TCut overrides operator&&, leading to cppcheck false positives.

Merge request reports