Skip to content

BoostedJetTaggers: Fix cppcheck warnings.

Pass strings by const reference, not by value. A derived class should not have data members with names that shadow those from the base class.

Merge request reports