CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Validation/RecoMuon/python/MuonSeedTrack_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.MuonUpdatorAtVertex_cff import *
00005 MuonSeedTrack = cms.EDAnalyzer("MuonSeedTrack",
00006     MuonUpdatorAtVertex,
00007     MuonServiceProxy,
00008     MuonSeed = cms.InputTag("MuonSeed")
00009 )
00010 
00011 
00012