1 import FWCore.ParameterSet.Config
as cms
3 ticlSeedingGlobal = cms.EDProducer(
"TICLSeedingRegionProducer",
4 mightGet = cms.optional.untracked.vstring,
5 seedingPSet = cms.PSet(
6 algo_verbosity = cms.int32(0),
7 type = cms.string(
'SeedingRegionGlobal')