CMS 3D CMS Logo

ticlSeedingGlobal_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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')
8  )
9 )