CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HILowPtConformalPixelTracks_cfi.py
Go to the documentation of this file.
2 
7 
9 
10 hiConformalPixelTracks = cms.EDProducer("PixelTrackProducer",
11 
12  #passLabel = cms.string('Pixel triplet low-pt tracks with vertex constraint'),
13 
14  # Region
15  RegionFactoryPSet = cms.PSet(
16  ComponentName = cms.string("GlobalTrackingRegionWithVerticesProducer"),
17  RegionPSet = cms.PSet(
18  HiLowPtTrackingRegionWithVertexBlock
19  )
20  ),
21 
22  # Ordered Hits
23  OrderedHitsFactoryPSet = cms.PSet(
24  ComponentName = cms.string( "StandardHitTripletGenerator" ),
25  SeedingLayers = cms.string( "PixelLayerTriplets" ),
26  GeneratorPSet = cms.PSet(
27  PixelTripletHLTGenerator
28  )
29  ),
30 
31  # Fitter
32  FitterPSet = cms.PSet( PixelFitterByConformalMappingAndLine
33  ),
34 
35  # Filter
36  useFilterWithES = cms.bool( True ),
37  FilterPSet = cms.PSet(
38  HiConformalPixelFilterBlock
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 hiConformalPixelTracks.OrderedHitsFactoryPSet.GeneratorPSet.maxElement = 5000000
49 
50 hiConformalPixelTracks.FitterPSet.fixImpactParameter = cms.double(0.0)
51 hiConformalPixelTracks.FitterPSet.TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets')
pp iterative tracking modified for hiOffline reco (the vertex is the one reconstructed in HI) 3rd ste...