1 import FWCore.ParameterSet.Config
as cms
3 ME0SegmentAlgorithm = cms.PSet(
4 algo_name = cms.string(
'ME0SegmentAlgorithm'),
6 ME0Debug = cms.untracked.bool(
True),
7 dEtaChainBoxMax = cms.double(0.05),
8 dPhiChainBoxMax = cms.double(0.02),
9 dTimeChainBoxMax = cms.double(15.0),
10 dXclusBoxMax = cms.double(1.0),
11 dYclusBoxMax = cms.double(5.0),
12 maxRecHitsInCluster = cms.int32(6),
13 minHitsPerSegment = cms.uint32(3),
14 preClustering = cms.bool(
True),
15 preClusteringUseChaining = cms.bool(
True)