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.DTRecHit.DTLinearDriftFromDBAlgo_cfi import *
00011 DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose = cms.PSet(
00012 Reco2DAlgoConfig = cms.PSet(
00013
00014
00015 DTLinearDriftFromDBAlgo,
00016 AlphaMaxPhi = cms.double(100.0),
00017 AlphaMaxTheta = cms.double(100.),
00018 MaxChi2 = cms.double(4.0),
00019 MaxT0 = cms.double(100.0),
00020 MinT0 = cms.double(-100.0),
00021 MaxAllowedHits = cms.uint32(50),
00022
00023 debug = cms.untracked.bool(False),
00024
00025
00026 segmCleanerMode = cms.int32(1),
00027 nSharedHitsMax = cms.int32(2),
00028 nUnSharedHitsMin = cms.int32(2),
00029
00030
00031 performT0_vdriftSegCorrection = cms.bool(False),
00032 hit_afterT0_resolution = cms.double(0.03),
00033 performT0SegCorrection = cms.bool(False)
00034
00035 ),
00036 Reco2DAlgoName = cms.string('DTMeantimerPatternReco')
00037 )
00038