CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # module to build 2d extended segments
5 dt2DExtendedSegments = cms.EDProducer("DTRecSegment2DExtendedProducer",
6  DTCombinatorialPatternReco2DAlgo_ParamDrift,
7  debug = cms.untracked.bool(False),
8  recClusLabel = cms.InputTag("dt1DClusters"),
9  recHits1DLabel = cms.InputTag("dt1DRecHits")
10 )