Skip to content

Commit

Permalink
Add QGTagger module directly into task
Browse files Browse the repository at this point in the history
  • Loading branch information
nurfikri89 committed Feb 7, 2023
1 parent 1c45091 commit 61224cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def _add_slimmedMETsNoHF(process):

## Quark Gluon Likelihood
process.load('RecoJets.JetProducers.QGTagger_cfi')
task.add(process.QGTaggerTask)
task.add(process.QGTagger)

process.patJets.userData.userFloats.src += [ 'QGTagger:qgLikelihood', ]

Expand Down

0 comments on commit 61224cf

Please sign in to comment.