Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 hltFilter = cms.EDFilter("HLTHighLevel",
00004 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
00005 HLTPaths = cms.vstring(
00006
00007
00008
00009 "HLT_Ele15_LW_L1R",
00010 "HLT_Ele15_SW_L1R",
00011 "HLT_Ele15_SW_CaloEleId_L1R",
00012 "HLT_Ele17_SW_CaloEleId_L1R",
00013 "HLT_Ele17_SW_L1R",
00014 "HLT_Ele17_SW_TightEleId_L1R",
00015 "HLT_Ele17_SW_TightCaloEleId_SC8HE_L1R"
00016 ),
00017 eventSetupPathsKey = cms.string(''),
00018 andOr = cms.bool(True),
00019 throw = cms.bool(False),
00020 saveTags = cms.bool(False)
00021 )
00022
00023 from DPGAnalysis.Skims.WZinterestingEventFilter_cfi import *
00024
00025 WZfilterSkim = cms.Sequence(WZInterestingEventSelector)
00026