CMS 3D CMS Logo

TauRegionalPixelSeedGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tauRegionalPixelSeedGenerator = cms.EDProducer("SeedGeneratorFromRegionHitsEDProducer",
00004     OrderedHitsFactoryPSet = cms.PSet(
00005         ComponentName = cms.string('StandardHitPairGenerator'),
00006         SeedingLayers = cms.string('PixelLayerPairs')
00007     ),
00008     SeedComparitorPSet = cms.PSet(
00009         ComponentName = cms.string('none')
00010     ),
00011     RegionFactoryPSet = cms.PSet(
00012         ComponentName = cms.string('TauRegionalPixelSeedGenerator'),
00013         RegionPSet = cms.PSet(
00014             precise = cms.bool(True),
00015             deltaPhiRegion = cms.double(0.1),
00016             originHalfLength = cms.double(0.2),
00017             originRadius = cms.double(0.2),
00018             deltaEtaRegion = cms.double(0.1),
00019             ptMin = cms.double(5.0),
00020             JetSrc = cms.InputTag("icone5Tau1"),
00021             originZPos = cms.double(0.0),
00022             vertexSrc = cms.InputTag("pixelVertices")
00023         )
00024     ),
00025     TTRHBuilder = cms.string('WithTrackAngle')
00026 )
00027 
00028 

Generated on Tue Jun 9 17:44:58 2009 for CMSSW by  doxygen 1.5.4