1 import FWCore.ParameterSet.Config
as cms
11 DTMeantimerPatternReco2DAlgo_ParamDrift = cms.PSet(
12 Reco2DAlgoConfig = cms.PSet(
15 DTParametrizedDriftAlgo,
16 AlphaMaxPhi = cms.double(1.0),
17 AlphaMaxTheta = cms.double(0.1),
18 MaxChi2 = cms.double(8.0),
19 MaxAllowedHits = cms.uint32(50),
20 debug = cms.untracked.bool(
False),
23 segmCleanerMode = cms.int32(1),
24 nSharedHitsMax = cms.int32(2),
25 nUnSharedHitsMin = cms.int32(2),
28 performT0_vdriftSegCorrection = cms.bool(
False),
29 hit_afterT0_resolution = cms.double(0.03),
30 performT0SegCorrection = cms.bool(
False),
31 perform_delta_rejecting = cms.bool(
False)
33 Reco2DAlgoName = cms.string(
'DTMeantimerPatternReco')