Skip to content

Commit

Permalink
disable cand dnn filter in the pixelLess step
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Aug 13, 2022
1 parent 9f5b62e commit 08be050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/IterativeTracking/python/PixelLessStep_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
seeds = 'pixelLessStepSeeds',
mkFitSeeds = 'pixelLessStepTrackCandidatesMkFitSeeds',
tracks = 'pixelLessStepTrackCandidatesMkFit',
candMVASel = True,
candMVASel = False,
candWP = -0.7,
))
(pp_on_XeXe_2017 | pp_on_AA).toModify(pixelLessStepTrackCandidatesMkFitConfig, minPt=2.0)
Expand Down

0 comments on commit 08be050

Please sign in to comment.