CMS 3D CMS Logo

isoMuonHLT_cfi.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:25:33 2009 for CMSSW by  doxygen 1.5.4