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.
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.