Skip to content

Commit

Permalink
Merge pull request #9591 from mandrenguyen/reduce_PtMin_HiPixelPairs
Browse files Browse the repository at this point in the history
Reduced pTmin of pixel pairs from 4 to 1 GeV in HI reco
  • Loading branch information
cmsbuild committed Jun 16, 2015
2 parents 8f70a00 + 169cc0a commit 313a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoHI/HiTracking/python/hiPixelPairStep_cff.py
Expand Up @@ -46,7 +46,7 @@
import RecoTracker.TkSeedGenerator.GlobalSeedsFromPairsWithVertices_cff
hiPixelPairSeeds = RecoTracker.TkSeedGenerator.GlobalSeedsFromPairsWithVertices_cff.globalSeedsFromPairsWithVertices.clone()
hiPixelPairSeeds.RegionFactoryPSet.RegionPSet.VertexCollection=cms.InputTag("hiSelectedVertex")
hiPixelPairSeeds.RegionFactoryPSet.RegionPSet.ptMin = 4.0
hiPixelPairSeeds.RegionFactoryPSet.RegionPSet.ptMin = 1.0
hiPixelPairSeeds.RegionFactoryPSet.RegionPSet.originRadius = 0.005
hiPixelPairSeeds.RegionFactoryPSet.RegionPSet.nSigmaZ = 4.0
# sigmaZVertex is only used when usedFixedError is True -Matt
Expand Down

0 comments on commit 313a641

Please sign in to comment.