Skip to content

Commit

Permalink
Merge pull request #33047 from jeongeun/patch-3
Browse files Browse the repository at this point in the history
Move cms.Sequence to cms.Task in RecoPixelVertexing
  • Loading branch information
cmsbuild committed Mar 3, 2021
2 parents 11c42d5 + db2fcaf commit d1b0fee
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -58,8 +58,9 @@
TTRHBuilder = 'TTRHBuilderWithoutAngle4PixelTriplets'
)

allPixelTracksSequence = cms.Sequence(
allPixelTracksFitter +
clusterShapeTrackFilter +
allPixelTracksTask = cms.Task(
allPixelTracksFitter,
clusterShapeTrackFilter,
allPixelTracks
)
allPixelTracksSequence = cms.Sequence(allPixelTracksTask)

0 comments on commit d1b0fee

Please sign in to comment.