00001 # The following comments couldn't be translated into the new config version: 00002 00003 # module to make electronPixelSeeds via SubSeedGenerator 00004 00005 import FWCore.ParameterSet.Config as cms 00006 00007 siStripSeeds = cms.EDProducer("ElectronSiStripSeedProducer", 00008 endcapSuperClusters = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower"), 00009 barrelSuperClusters = cms.InputTag("correctedHybridSuperClusters"), 00010 ) 00011 00012