CMS 3D CMS Logo

globalSeeds_cfi.py

Go to the documentation of this file.
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 electronPixelSeedsForGlobalGsfElectrons = cms.EDProducer("GlobalSeedProducer",
00008     endcapSuperClusters = cms.InputTag("correctedIslandEndcapSuperClusters"),
00009     barrelSuperClusters = cms.InputTag("correctedHybridSuperClusters"),
00010     seedPt = cms.double(0.0),
00011     seedDPhi = cms.double(0.1),
00012     seedDr = cms.double(0.3),
00013     seedDEta = cms.double(0.025),
00014     initialSeeds = cms.InputTag("hltL1IsoEgammaRegionalPixelSeedGenerator")
00015 )
00016 
00017 

Generated on Tue Jun 9 17:43:22 2009 for CMSSW by  doxygen 1.5.4