CMS 3D CMS Logo

l1MuonPaths_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1MuonHLTFilter = cms.EDFilter("HLTHighLevel",
00004     HLTPaths = cms.vstring('HLT_L1Mu'),
00005     byName = cms.bool(True),
00006     andOr = cms.bool(True),
00007     throw = cms.untracked.bool(False),#dont  throw except on unknown path name
00008     TriggerResultsTag = cms.InputTag("TriggerResults")
00009 )
00010 
00011 

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