Skip to content

Commit

Permalink
Merge pull request #38437 from trackreco/disableMkFitPixelLess125X
Browse files Browse the repository at this point in the history
Introduce era with CKF pixelLessStep
  • Loading branch information
cmsbuild committed Jun 21, 2022
2 parents 7e3a1fd + 26b5580 commit 9e23d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Configuration/Eras/python/Era_Run3_ckfPixelLessStep.py
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms
from Configuration.ProcessModifiers.trackingMkFitPixelLessStep_cff import *
from Configuration.Eras.Era_Run3_cff import Run3

Run3_ckfPixelLessStep = cms.ModifierChain(Run3.copyAndExclude([trackingMkFitPixelLessStep]))
3 changes: 3 additions & 0 deletions RecoTracker/IterativeTracking/python/PixelLessStep_cff.py
Expand Up @@ -398,6 +398,9 @@
))
(trackdnn & fastSim).toModify(pixelLessStep,vertices = 'firstStepPrimaryVerticesBeforeMixing')

((~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])

# For LowPU
Expand Down

0 comments on commit 9e23d6a

Please sign in to comment.