2 algo_name = cms.string(
"ME0SegmentAlgorithm"),
4 ME0Debug = cms.untracked.bool(
True),
5 minHitsPerSegment = cms.uint32(3),
6 preClustering = cms.bool(
True),
7 dXclusBoxMax = cms.double(1.),
8 dYclusBoxMax = cms.double(5.),
9 preClusteringUseChaining = cms.bool(
True),
10 dPhiChainBoxMax = cms.double(.02),
11 dEtaChainBoxMax = cms.double(.05),
12 dTimeChainBoxMax = cms.double(15.0),
13 maxRecHitsInCluster = cms.int32(6)