Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010 from RecoLocalMuon.DTSegment.DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi import *
00011
00012 from RecoLocalMuon.DTRecHit.DTLinearDriftFromDBAlgo_cfi import *
00013 DTMeantimerPatternReco4DAlgo_LinearDriftFromDB = cms.PSet(
00014 Reco4DAlgoName = cms.string('DTMeantimerPatternReco4D'),
00015 Reco4DAlgoConfig = cms.PSet(
00016
00017
00018 DTLinearDriftFromDBAlgo,
00019
00020 DTMeantimerPatternReco2DAlgo_LinearDriftFromDB,
00021 debug = cms.untracked.bool(False),
00022
00023 nUnSharedHitsMin = cms.int32(2),
00024
00025
00026
00027
00028
00029 AllDTRecHits = cms.bool(True),
00030
00031 performT0SegCorrection = cms.bool(False),
00032 hit_afterT0_resolution = cms.double(0.03),
00033 performT0_vdriftSegCorrection = cms.bool(False),
00034 perform_delta_rejecting = cms.bool(True)
00035 )
00036 )
00037