Skip to content

TauAnalysisTools: Fix cppcheck 2.14 warnings.

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

Merge request reports