Skip to content

Commit

Permalink
Merge pull request #19868 from srimanob/Monopole-Skim-master-v2
Browse files Browse the repository at this point in the history
EXOMONOPOLE Skim updates to 2017 triggers
  • Loading branch information
cmsbuild committed Jul 27, 2017
2 parents 3089e35 + 3dd6a61 commit 5072a68
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Configuration/Skimming/python/PDWG_EXOMONOPOLE_cff.py
Expand Up @@ -5,9 +5,16 @@
hltMonopole = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
hltMonopole.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" )
hltMonopole.HLTPaths = cms.vstring(
#2016
"HLT_Photon175_v*",
"HLT_PFMET300_v*",
"HLT_PFMET170_HBHE_BeamHaloCleaned_v*"
"HLT_PFMET170_HBHE_BeamHaloCleaned_v*",
#2017
"HLT_Photon200_v*",
"HLT_Photon300_NoHE_v*",
"HLT_PFMET140_PFMHT140_IDTight_v*",
"HLT_PFMET250_HBHECleaned_v*",
"HLT_PFMET300_HBHECleaned_v*"
)
hltMonopole.throw = False
hltMonopole.andOr = True
Expand Down

0 comments on commit 5072a68

Please sign in to comment.