CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/EgammaHLTProducers/python/hltEgammaRegionalPixelSeedGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltEgammaRegionalPixelSeedGenerator = cms.EDProducer("EgammaHLTRegionalPixelSeedGeneratorProducers",
00004     deltaPhiRegion = cms.double(0.3), ## .177 
00005 
00006     vertexZ = cms.double(0.0),
00007     originHalfLength = cms.double(15.0),
00008     BSProducer = cms.InputTag("offlineBeamSpot"),
00009     UseZInVertex = cms.bool(False),
00010     OrderedHitsFactoryPSet = cms.PSet(
00011         ComponentName = cms.string('StandardHitPairGenerator'),
00012         SeedingLayers = cms.string('PixelLayerPairs')
00013     ),
00014     deltaEtaRegion = cms.double(0.3), ## .177 
00015 
00016     #    string HitProducer = "siPixelRecHits"
00017     ptMin = cms.double(1.5),
00018     candTag = cms.InputTag("hltRecoEcalCandidate"),
00019     TTRHBuilder = cms.string('WithTrackAngle'),
00020     candTagEle = cms.InputTag("pixelMatchElectrons"),
00021     originRadius = cms.double(0.02) ##0.2
00022 
00023 )
00024 
00025