Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from RecoMuon.TrackingTools.MuonServiceProxy_cff import *
00004 mcMuonSeeds = cms.EDProducer("MCMuonSeedGenerator2",
00005 MuonServiceProxy,
00006 CSCSimHit = cms.InputTag("MuonCSCHits","g4SimHits"),
00007 ErrorScale = cms.double(10000.0),
00008 DTSimHit = cms.InputTag("MuonDTHits","g4SimHits"),
00009 RPCSimHit = cms.InputTag("MuonRPCHits","g4SimHits"),
00010 SimTrack = cms.InputTag("g4SimHits"),
00011 SeedType = cms.string("FromTracks")
00012 )
00013
00014
00015