Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from RecoLocalMuon.DTRecHit.DTParametrizedDriftAlgo_cfi import *
00005 DTRefitAndCombineReco4DAlgo = cms.PSet(
00006 Reco4DAlgoName = cms.string('DTRefitAndCombineReco4D'),
00007 Reco4DAlgoConfig = cms.PSet(
00008
00009
00010 DTParametrizedDriftAlgo,
00011 debug = cms.untracked.bool(False),
00012
00013 nSharedHitsMax = cms.int32(2),
00014 MaxChi2forPhi = cms.double(100.0)
00015
00016 )
00017 )
00018