Skip to content

Commit

Permalink
set useHF = True for PFTowers (cms-sw#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepobr committed Nov 23, 2020
1 parent 1f9264d commit cb64fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoHI/HiJetAlgos/python/HiRecoPFJets_cff.py
Expand Up @@ -7,7 +7,7 @@
#pseudo towers for noise suppression background subtraction
PFTowers = cms.EDProducer("ParticleTowerProducer",
src = cms.InputTag("particleFlow"),
useHF = cms.bool(False)
useHF = cms.bool(True)
)

#dummy sequence to speed-up reconstruction in pp_on_AA era
Expand Down

0 comments on commit cb64fbd

Please sign in to comment.