Skip to content

Commit

Permalink
Migrate tracker local reconstruction and pixel tracking to Tasks (bac…
Browse files Browse the repository at this point in the history
…kport cms-sw#25163) (#202)

Backport "Migrate tracker local reconstruction and pixel tracking to Tasks" (cms-sw#25163) to the Patatrack branch:
  - migrate RecoLocalTracker_cff to Tasks;
  - migrate RecoPixelVertexing_cff to Tasks;
  - keeping sequences to avoid massive migration (for now).
  • Loading branch information
fwyzard committed Dec 29, 2020
1 parent 8e2e3a5 commit 66bf339
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,4 +6,5 @@
#
#from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import *
recopixelvertexing = cms.Sequence(pixelTracksSequence*pixelVertices)
recopixelvertexingTask = cms.Task(pixelTracksTask,pixelVertices)
recopixelvertexing = cms.Sequence(recopixelvertexingTask)

0 comments on commit 66bf339

Please sign in to comment.