CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/MuonSeedGenerator/python/mcMuonSeeds_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 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