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