Skip to content

Commit

Permalink
Merge pull request #37154 from mmusich/fixForMTD-VH
Browse files Browse the repository at this point in the history
Use externally produced trajectory in ExtenderWithMTD, customise needed TrajectoryInEvent also for PixelLess iteration
  • Loading branch information
cmsbuild committed Mar 8, 2022
2 parents 4ff9e43 + 36905b3 commit 24e125b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecoTracker/IterativeTracking/python/PixelLessStep_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@
)
fastSim.toModify(pixelLessStepTracks, TTRHBuilder = 'WithoutRefit')

from Configuration.Eras.Modifier_phase2_timing_layer_cff import phase2_timing_layer
phase2_timing_layer.toModify(pixelLessStepTracks, TrajectoryInEvent = True)

# TRACK SELECTION AND QUALITY FLAG SETTING.
from RecoTracker.FinalTrackSelectors.TrackMVAClassifierPrompt_cfi import *
Expand Down

0 comments on commit 24e125b

Please sign in to comment.