00001 # The following comments couldn't be translated into the new config version: 00002 00003 # zeeHLT.cff ######### 00004 00005 import FWCore.ParameterSet.Config as cms 00006 00007 report = cms.EDFilter("HLTrigReport", 00008 HLTriggerResults = cms.InputTag("TriggerResults") 00009 ) 00010 00011 zeeHLT = cms.EDFilter("HLTHighLevel", 00012 HLTPaths = cms.vstring('HLT_IsoEle15_L1I', 00013 'HLT_DoubleIsoEle10_L1I'), 00014 byName = cms.bool(True), 00015 andOr = cms.bool(True), 00016 TriggerResultsTag = cms.InputTag("TriggerResults") 00017 ) 00018 00019