CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/HcalIsolatedTrackReco/python/HITpixelPairRegGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HITpixelPairRegGenerator = 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('HITRegionalPixelSeedGenerator'),
00013         RegionPSet = cms.PSet(
00014             precise = cms.bool(True),
00015             deltaEtaTrackRegion = cms.double(0.05),
00016             deltaPhiTrackRegion = cms.double(0.05),
00017             originHalfLength = cms.double(0.2),
00018             deltaEtaL1JetRegion = cms.double(0.3),
00019             useTracks = cms.bool(False),
00020             originRadius = cms.double(0.2),
00021             trackSrc = cms.InputTag("pixelTracks"),
00022             useL1Jets = cms.bool(False),
00023             useIsoTracks = cms.bool(True),
00024             l1tjetSrc = cms.InputTag("l1extraParticles","Tau"),
00025             deltaPhiL1JetRegion = cms.double(0.3),
00026             ptMin = cms.double(5.0),
00027             fixedReg = cms.bool(False),
00028             etaCenter = cms.double(0.0),
00029             phiCenter = cms.double(0.0),
00030             originZPos = cms.double(0.0),
00031             vertexSrc = cms.string('pixelVertices')
00032         )
00033     ),
00034     TTRHBuilder = cms.string('WithTrackAngle')
00035 )
00036 
00037