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