Skip to content

Commit

Permalink
Update recommended list of MET filters, disable recomputation on MINIAOD
Browse files Browse the repository at this point in the history
  • Loading branch information
lathomas committed May 22, 2021
1 parent 7183278 commit 3f89dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PhysicsTools/NanoAOD/python/extraflags_cff.py
Expand Up @@ -37,7 +37,9 @@
)
)

extraFlagsProducers = cms.Sequence(badGlobalMuonTagger + cloneGlobalMuonTagger + BadPFMuonTagger + BadChargedCandidateTagger)
extraFlagsProducers = cms.Sequence()
#The following line shows an example how to recompute MET filter decisions on top of MINIAOD in case the filter has been updated/is missing. This should not be the default in general.
#extraFlagsProducers = cms.Sequence(badGlobalMuonTagger + cloneGlobalMuonTagger + BadPFMuonTagger + BadChargedCandidateTagger)

from RecoMET.METFilters.ecalBadCalibFilter_cfi import *
ecalBadCalibFilterNanoTagger = ecalBadCalibFilter.clone(
Expand Down

0 comments on commit 3f89dac

Please sign in to comment.