Skip to content

Commit

Permalink
Merge pull request #11 from mmarionncern/fix_NoHFMET
Browse files Browse the repository at this point in the history
Re-enable the jet clustering for the noHF MET
  • Loading branch information
gpetruc authored Feb 1, 2017
2 parents 30e4996 + e27b208 commit efba37c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def miniAOD_customizeCommon(process):
runMetCorAndUncForMiniAODProduction(process,
pfCandColl=cms.InputTag("noHFCands"),
recoMetFromPFCs=True, #needed for HF removal
reclusterJets=True,
jetSelection="pt>15 && abs(eta)<3.",
postfix="NoHF"
)
Expand Down

0 comments on commit efba37c

Please sign in to comment.