00001 import FWCore.ParameterSet.Config as cms 00002 00003 isoMuonHLT = cms.EDFilter("HLTHighLevel", 00004 #HLTPaths = cms.vstring('HLT_L1_MuonOpen'), 00005 #HLTPaths = cms.vstring('HLT_IsoMu11'), 00006 HLTPaths = cms.vstring('HLT_L1MuOpen','HLT_IsoMu11'), 00007 byName = cms.bool(True), 00008 andOr = cms.bool(True), 00009 throw = cms.untracked.bool(False), #dont throw except on unknown path name 00010 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT") 00011 ) 00012 00013