xAODBTaggingEfficiency: Fix cppcheck 2.14 warnings.
Pass strings by const reference, not by value. Copying values in range-for. Prefer returning const references to members rather than copies.
Please be advised that registry.cern.ch registry (Registry Service) will be unavailable next Monday, March 10th starting at 08:00h (Geneva time) for a short period of time. This may cause temporary disruptions to your workflows. Further information: OTG0154905
Pass strings by const reference, not by value. Copying values in range-for. Prefer returning const references to members rather than copies.