Skip to content

Commit

Permalink
Move Sequence to Task in RecoPixelVertexing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongeun authored Mar 3, 2021
1 parent 7bb55f4 commit db2fcaf
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
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 db2fcaf

Please sign in to comment.