Skip to content

Commit

Permalink
Update MET filter recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
lathomas committed Jul 9, 2021
1 parent 0af91ef commit 45fba54
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions RecoMET/METFilters/python/metFilters_cff.py
Expand Up @@ -100,13 +100,12 @@
HBHENoiseFilterResultProducer *
HBHENoiseFilter *
HBHENoiseIsoFilter *
EcalDeadCellTriggerPrimitiveFilter *
EcalDeadCellTriggerPrimitiveFilter *
BadPFMuonFilter *
BadPFMuonDzFilter *
EcalDeadCellTriggerPrimitiveFilter *
ecalBadCalibFilter *
eeBadScFilter

hfNoisyHitsFilter *
eeBadScFilter *
ecalBadCalibFilter
)

from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
Expand All @@ -115,3 +114,9 @@
eeBadScFilter # No EE
]))


from Configuration.Eras.Modifier_run2_jme_2016_cff import run2_jme_2016
run2_jme_2016.toReplaceWith(metFilters, metFilters.copyAndExclude([
ecalBadCalibFilter, hfNoisyHitsFilter
]))

0 comments on commit 45fba54

Please sign in to comment.