2 Reco2DAlgoConfig = cms.PSet(
5 DTLinearDriftFromDBAlgo_CosmicData,
6 AlphaMaxPhi = cms.double(100.0),
7 AlphaMaxTheta = cms.double(100.),
8 MaxChi2 = cms.double(4.0),
9 MaxAllowedHits = cms.uint32(50),
10 intime_cut = cms.double(-1.),
11 debug = cms.untracked.bool(
False),
14 segmCleanerMode = cms.int32(2),
15 nSharedHitsMax = cms.int32(2),
16 nUnSharedHitsMin = cms.int32(2),
19 performT0_vdriftSegCorrection = cms.bool(
False),
20 hit_afterT0_resolution = cms.double(0.03),
21 performT0SegCorrection = cms.bool(
False),
22 perform_delta_rejecting = cms.bool(
False)
24 Reco2DAlgoName = cms.string(
'DTMeantimerPatternReco')