Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasciov committed Jun 20, 2022
1 parent 0d151a0 commit 26b5580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/IterativeTracking/python/PixelLessStep_cff.py
Expand Up @@ -398,7 +398,7 @@
))
(trackdnn & fastSim).toModify(pixelLessStep,vertices = 'firstStepPrimaryVerticesBeforeMixing')

((~trackingMkFitPixelLessStep) & trackdnn).toModify(pixelLessStep, mva.tfDnnLabel = 'trackSelectionTf_CKF',
((~trackingMkFitPixelLessStep) & trackdnn).toModify(pixelLessStep, mva = dict(tfDnnLabel = 'trackSelectionTf_CKF'),
qualityCuts = [-0.81, -0.61, -0.17])

pp_on_AA.toModify(pixelLessStep, qualityCuts = [-0.4,0.0,0.8])
Expand Down

0 comments on commit 26b5580

Please sign in to comment.