CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DPGAnalysis/Skims/python/WZEGSkim_cff.py

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     #    "HLT_Photon15_L1R",
00007     #    "HLT_Photon15_Cleaned_L1R",
00008     #    "HLT_Photon20_Cleaned_L1R",
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