CMS 3D CMS Logo

L2MuonSeeds_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoMuon.TrackingTools.MuonServiceProxy_cff import *
00004 from RecoMuon.TrackingTools.MuonTrackLoader_cff import *
00005 L2MuonSeeds = cms.EDFilter("L2MuonSeedGenerator",
00006     muonServiceProxy,
00007     L1MinPt = cms.double(0.0),
00008     InputObjects = cms.InputTag("l1extraParticles"),
00009     L1MaxEta = cms.double(2.5),
00010     L1MinQuality = cms.uint32(1),
00011     GMTReadoutCollection = cms.InputTag("gmtDigis"),
00012     Propagator = cms.string('SteppingHelixPropagatorAny')
00013 )
00014 
00015 
00016 

Generated on Tue Jun 9 17:44:16 2009 for CMSSW by  doxygen 1.5.4