1 import FWCore.ParameterSet.Config
as cms
3 CSCSegAlgoTC = cms.PSet(
4 algo_name = cms.string(
'CSCSegAlgoTC'),
5 algo_psets = cms.VPSet(
7 SegmentSorting = cms.int32(1),
8 chi2Max = cms.double(6000.0),
9 chi2ndfProbMin = cms.double(0.0001),
10 dPhiFineMax = cms.double(0.02),
11 dPhiMax = cms.double(0.003),
12 dRPhiFineMax = cms.double(6.0),
13 dRPhiMax = cms.double(1.2),
14 minLayersApart = cms.int32(2),
15 verboseInfo = cms.untracked.bool(
True)
18 SegmentSorting = cms.int32(1),
19 chi2Max = cms.double(6000.0),
20 chi2ndfProbMin = cms.double(0.0001),
21 dPhiFineMax = cms.double(0.013),
22 dPhiMax = cms.double(0.00198),
23 dRPhiFineMax = cms.double(3.0),
24 dRPhiMax = cms.double(0.6),
25 minLayersApart = cms.int32(2),
26 verboseInfo = cms.untracked.bool(
True)
29 chamber_types = cms.vstring(
41 parameters_per_chamber_type = cms.vint32(