TrigHLTJetHypo: remove unnecessary deep-copies
- The
defaultsfunction already makes adeepcopybefore returning the values. No need to make another copy. - Remove unused
argsvariable. - Remove unused
loggingsetup.
defaults function already makes a deepcopy before returning the
values. No need to make another copy.args variable.logging setup.