2 Reco2DAlgoConfig = cms.PSet(
5 DTNoDriftAlgo_CosmicData,
6 segmCleanerMode = cms.int32(1),
7 AlphaMaxPhi = cms.double(100.0),
8 MaxAllowedHits = cms.uint32(50),
10 nSharedHitsMax = cms.int32(2),
11 AlphaMaxTheta = cms.double(100.0),
12 debug = cms.untracked.bool(
False),
13 nUnSharedHitsMin = cms.int32(2),
15 performT0SegCorrection = cms.bool(
False),
16 performT0_vdriftSegCorrection = cms.bool(
False),
17 hit_afterT0_resolution = cms.double(0.03)
19 Reco2DAlgoName = cms.string(
'DTCombinatorialPatternReco')