1 import FWCore.ParameterSet.Config
as cms
3 hltFilter = cms.EDFilter(
"HLTHighLevel",
4 TriggerResultsTag = cms.InputTag(
"TriggerResults",
"",
"HLT"),
5 HLTPaths = cms.vstring(
11 "HLT_Ele15_SW_CaloEleId_L1R",
12 "HLT_Ele17_SW_CaloEleId_L1R",
14 "HLT_Ele17_SW_TightEleId_L1R",
15 "HLT_Ele17_SW_TightCaloEleId_SC8HE_L1R"
17 eventSetupPathsKey = cms.string(
''),
18 andOr = cms.bool(
True),
19 throw = cms.bool(
False),
20 saveTags = cms.bool(
False)
25 WZfilterSkim = cms.Sequence(WZInterestingEventSelector)