2 Reco2DAlgoConfig = cms.PSet(
5 DTLinearDriftFromDBAlgo,
6 AlphaMaxPhi = cms.double(1.0),
7 AlphaMaxTheta = cms.double(0.9),
8 MaxChi2 = cms.double(4.0),
9 MaxAllowedHits = cms.uint32(50),
10 debug = cms.untracked.bool(
False),
13 segmCleanerMode = cms.int32(2),
14 nSharedHitsMax = cms.int32(2),
15 nUnSharedHitsMin = cms.int32(2),
18 performT0_vdriftSegCorrection = cms.bool(
False),
19 hit_afterT0_resolution = cms.double(0.03),
20 performT0SegCorrection = cms.bool(
False),
21 perform_delta_rejecting = cms.bool(
False)
23 Reco2DAlgoName = cms.string(
'DTMeantimerPatternReco')