CMS 3D CMS Logo

ticlSeedingTrk_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ticlSeedingTrk = cms.EDProducer("TICLSeedingRegionProducer",
4  mightGet = cms.optional.untracked.vstring,
5  seedingPSet = cms.PSet(
6  algo_verbosity = cms.int32(0),
7  type = cms.string('SeedingRegionByTracks')
8  )
9 )