00001 cms.PSet(
00002 Reco2DAlgoConfig = cms.PSet(
00003
00004
00005 DTLinearDriftAlgo,
00006 segmCleanerMode = cms.int32(2),
00007 AlphaMaxPhi = cms.double(1.0),
00008 MaxAllowedHits = cms.uint32(50),
00009
00010 nSharedHitsMax = cms.int32(2),
00011 AlphaMaxTheta = cms.double(0.9),
00012 debug = cms.untracked.bool(False),
00013 nUnSharedHitsMin = cms.int32(2),
00014
00015 hit_afterT0_resolution = cms.double(0.03),
00016 performT0_vdriftSegCorrection = cms.bool(False),
00017 performT0SegCorrection = cms.bool(False)
00018 ),
00019 Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')
00020 )