CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WZEGSkim_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltFilter = cms.EDFilter("HLTHighLevel",
4  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
5  HLTPaths = cms.vstring(
6  # "HLT_Photon15_L1R",
7  # "HLT_Photon15_Cleaned_L1R",
8  # "HLT_Photon20_Cleaned_L1R",
9  "HLT_Ele15_LW_L1R",
10  "HLT_Ele15_SW_L1R",
11  "HLT_Ele15_SW_CaloEleId_L1R",
12  "HLT_Ele17_SW_CaloEleId_L1R",
13  "HLT_Ele17_SW_L1R",
14  "HLT_Ele17_SW_TightEleId_L1R",
15  "HLT_Ele17_SW_TightCaloEleId_SC8HE_L1R"
16  ),
17  eventSetupPathsKey = cms.string(''),
18  andOr = cms.bool(True),
19  throw = cms.bool(False),
20  saveTags = cms.bool(False)
21  )
22 
24 
25 WZfilterSkim = cms.Sequence(WZInterestingEventSelector)
26