2 Reco2DAlgoConfig = cms.PSet(
5 DTLinearDriftFromDBAlgo_CosmicData,
6 AlphaMaxPhi = cms.double(100.0),
7 AlphaMaxTheta = cms.double(100.0),
8 MaxAllowedHits = cms.uint32(50),
9 debug = cms.untracked.bool(
False),
12 segmCleanerMode = cms.int32(1),
13 nSharedHitsMax = cms.int32(2),
14 nUnSharedHitsMin = cms.int32(2),
17 performT0SegCorrection = cms.bool(
False),
18 performT0_vdriftSegCorrection = cms.bool(
False),
19 hit_afterT0_resolution = cms.double(0.03),
20 perform_delta_rejecting = cms.bool(
False)
22 Reco2DAlgoName = cms.string(
'DTCombinatorialPatternReco')