CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TauRegionalPixelSeedGenerator_cfi.py
Go to the documentation of this file.
2 
3 tauRegionalPixelSeedGenerator = cms.EDProducer("SeedGeneratorFromRegionHitsEDProducer",
4  OrderedHitsFactoryPSet = cms.PSet(
5  ComponentName = cms.string('StandardHitPairGenerator'),
6  SeedingLayers = cms.InputTag('PixelLayerPairs')
7  ),
8  SeedComparitorPSet = cms.PSet(
9  ComponentName = cms.string('none')
10  ),
11  RegionFactoryPSet = cms.PSet(
12  ComponentName = cms.string('TauRegionalPixelSeedGenerator'),
13  RegionPSet = cms.PSet(
14  precise = cms.bool(True),
15  deltaPhiRegion = cms.double(0.1),
16  originHalfLength = cms.double(0.2),
17  originRadius = cms.double(0.2),
18  deltaEtaRegion = cms.double(0.1),
19  ptMin = cms.double(5.0),
20  JetSrc = cms.InputTag("icone5Tau1"),
21  originZPos = cms.double(0.0),
22  vertexSrc = cms.InputTag("pixelVertices")
23  )
24  ),
25  TTRHBuilder = cms.string('WithTrackAngle')
26 )
27 
28