CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HIPixel3PrimTracks_cfi.py
Go to the documentation of this file.
2 
7 
8 hiPixel3PrimTracks = cms.EDProducer("PixelTrackProducer",
9 
10  passLabel = cms.string('Pixel triplet primary tracks with vertex constraint'),
11 
12  # Region
13  RegionFactoryPSet = cms.PSet(
14  ComponentName = cms.string("GlobalTrackingRegionWithVerticesProducer"),
15  RegionPSet = cms.PSet(
16  HiTrackingRegionWithVertexBlock
17  )
18  ),
19 
20  # Ordered Hits
21  OrderedHitsFactoryPSet = cms.PSet(
22  ComponentName = cms.string( "StandardHitTripletGenerator" ),
23  SeedingLayers = cms.string( "PixelLayerTriplets" ),
24  GeneratorPSet = cms.PSet(
25  PixelTripletHLTGenerator
26  )
27  ),
28 
29  # Fitter
30  FitterPSet = cms.PSet(
31  ComponentName = cms.string('PixelFitterByHelixProjections'),
32  TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets')
33  ),
34 
35  # Filter
36  useFilterWithES = cms.bool( True ),
37  FilterPSet = cms.PSet(
38  HiFilterBlock
39  ),
40 
41  # Cleaner
42  CleanerPSet = cms.PSet(
43  ComponentName = cms.string( "TrackCleaner" )
44  )
45 )
46 
47 # increase threshold for triplets in generation step (default: 10000)
48 hiPixel3PrimTracks.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = 1000000
pp iterative tracking modified for hiOffline reco (the vertex is the one reconstructed in HI) 3rd ste...