1 import FWCore.ParameterSet.Config
as cms
3 totemRPUVPatternFinder = cms.EDProducer(
"TotemRPUVPatternFinder",
5 tagRecHit = cms.InputTag(
"totemRPRecHitProducer"),
7 verbosity = cms.untracked.uint32(0),
10 maxHitsPerPlaneToSearch = cms.uint32(5),
14 minPlanesPerProjectionToSearch = cms.uint32(3),
17 clusterSize_a = cms.double(0.02),
18 clusterSize_b = cms.double(0.3),
24 threshold = cms.double(2.99),
28 minPlanesPerProjectionToFit = cms.uint32(3),
32 allowAmbiguousCombination = cms.bool(
False),
36 max_a_toFit = cms.double(10.0),
48 exceptionalSettings = cms.VPSet()