CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
zeeHLT_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # zeeHLT.cff #########
4 
5 import FWCore.ParameterSet.Config as cms
7 
8 
9 report = cms.EDAnalyzer("HLTrigReport",
10  HLTriggerResults = cms.InputTag("TriggerResults")
11 )
12 
13 
14 zeeHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
15  HLTPaths = ['HLT_IsoEle15_L1I', 'HLT_DoubleIsoEle10_L1I'],
16  throw = False
17 )
18 
19