|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |