1 import FWCore.ParameterSet.Config
as cms
5 DTRefitAndCombineReco4DAlgo = cms.PSet(
6 Reco4DAlgoName = cms.string(
'DTRefitAndCombineReco4D'),
7 Reco4DAlgoConfig = cms.PSet(
10 DTParametrizedDriftAlgo,
11 debug = cms.untracked.bool(
False),
13 nSharedHitsMax = cms.int32(2),
14 MaxChi2forPhi = cms.double(100.0)