CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoMuon/MuonSeedGenerator/python/standAloneMuonSeeds_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Geometries
00004 # from Geometry.CommonDetUnit.bareGlobalTrackingGeometry_cfi import *
00005 # from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
00006 
00007 # Old stand alone muon seed producer used priod to 2-X-X
00008 from RecoMuon.MuonSeedGenerator.ancientMuonSeed_cfi import *
00009 
00010 # New standalone muon producer to be used in 2-X-X
00011 from RecoMuon.MuonSeedGenerator.MuonSeed_cfi import *
00012 
00013 
00014 mergedStandAloneMuonSeeds = cms.EDProducer("MuonSeedMerger",
00015                                            SeedCollections = cms.VInputTag(cms.InputTag("ancientMuonSeed"),
00016                                                                            cms.InputTag("MuonSeed")
00017                                                                            )
00018                                            )
00019 
00020 #standAloneMuonSeeds = cms.Sequence(ancientMuonSeed*MuonSeed*mergedStandAloneMuonSeeds)
00021 standAloneMuonSeeds = cms.Sequence(ancientMuonSeed)