Skip to content

Commit

Permalink
Loosen track angle cut
Browse files Browse the repository at this point in the history
  • Loading branch information
hroskes committed Jun 12, 2015
1 parent ab30343 commit 63b31f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -263,7 +263,7 @@
process.TrackerTrackHitFilter.rejectBadStoNHits = True
process.TrackerTrackHitFilter.StoNcommands = cms.vstring("ALL 18.0")
process.TrackerTrackHitFilter.rejectLowAngleHits = True
process.TrackerTrackHitFilter.TrackAngleCut = 0.35 # in rads, starting from the module surface
process.TrackerTrackHitFilter.TrackAngleCut = 0.1 # in rads, starting from the module surface
process.TrackerTrackHitFilter.usePixelQualityFlag = True #False
#-- TrackProducer
Expand Down

0 comments on commit 63b31f1

Please sign in to comment.