Skip to content

Commit

Permalink
Reduced pTmin of pixel pairs from 4 to 1 GeV
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Jun 12, 2015
1 parent 9f68ee0 commit 169cc0a
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 169cc0a

Please sign in to comment.