Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:07

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # module to build 2d extended segments
0004 from RecoLocalMuon.DTSegment.DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi import *
0005 dt2DExtendedSegments = cms.EDProducer("DTRecSegment2DExtendedProducer",
0006     DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB,
0007     debug = cms.untracked.bool(False),
0008     recClusLabel = cms.InputTag("dt1DClusters"),
0009     recHits1DLabel = cms.InputTag("dt1DRecHits")
0010 )