Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-21 04:46:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltTiclSeedingGlobal = cms.EDProducer("TICLSeedingRegionProducer",
0004     mightGet = cms.optional.untracked.vstring,
0005     seedingPSet = cms.PSet(
0006         algo_verbosity = cms.int32(0),
0007         type = cms.string('SeedingRegionGlobal')
0008     )
0009 )