2 Reco2DAlgoConfig = cms.PSet(
5 DTParametrizedDriftAlgo,
6 performT0SegCorrection = cms.bool(
False),
7 hit_afterT0_resolution = cms.double(0.03),
8 performT0_vdriftSegCorrection = cms.bool(
False),
9 debug = cms.untracked.bool(
False),
11 DeltaFactor = cms.double(4.0),
12 maxAlphaTheta = cms.double(0.1),
13 maxAlphaPhi = cms.double(1.0),
14 min_q = cms.double(-300.0),
15 max_q = cms.double(300.0),
16 bigM = cms.double(100.0),
18 Reco2DAlgoName = cms.string(
'DTLPPatternReco')