CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/L2MuonSeedGenerator/python/L2OfflineMuonSeeds_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoMuon.MuonSeedGenerator.ancientMuonSeed_cfi import *
00004 
00005 L2OfflineMuonSeeds = ancientMuonSeed.clone(
00006     CSCRecSegmentLabel = cms.InputTag("hltCscSegments"),
00007     DTRecSegmentLabel = cms.InputTag("hltDt4DSegments")
00008     )
00009