1 import FWCore.ParameterSet.Config
as cms
13 DTMeantimerPatternReco4DAlgo_LinearDriftFromDB = cms.PSet(
14 Reco4DAlgoName = cms.string(
'DTMeantimerPatternReco4D'),
15 Reco4DAlgoConfig = cms.PSet(
18 DTLinearDriftFromDBAlgo,
20 DTMeantimerPatternReco2DAlgo_LinearDriftFromDB,
21 debug = cms.untracked.bool(
False),
24 nUnSharedHitsMin = cms.int32(2),
31 AllDTRecHits = cms.bool(
True),
34 performT0SegCorrection = cms.bool(
False),
35 hit_afterT0_resolution = cms.double(0.03),
36 performT0_vdriftSegCorrection = cms.bool(
False),
37 perform_delta_rejecting = cms.bool(
False)