diff --git a/RecoPixelVertexing/Configuration/python/RecoPixelVertexing_cff.py b/RecoPixelVertexing/Configuration/python/RecoPixelVertexing_cff.py index 5f541dd19a412..6ba1498313cb7 100644 --- a/RecoPixelVertexing/Configuration/python/RecoPixelVertexing_cff.py +++ b/RecoPixelVertexing/Configuration/python/RecoPixelVertexing_cff.py @@ -4,6 +4,6 @@ # # for STARTUP ONLY use try and use Offline 3D PV from pixelTracks, with adaptive vertex # -from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import * -# from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import * +#from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import * +from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import * recopixelvertexing = cms.Sequence(pixelTracksSequence*pixelVertices) diff --git a/RecoPixelVertexing/PixelVertexFinding/python/PixelVertexes_cfi.py b/RecoPixelVertexing/PixelVertexFinding/python/PixelVertexes_cfi.py index ea9e4b1e4e037..77a9f367b9d9b 100644 --- a/RecoPixelVertexing/PixelVertexFinding/python/PixelVertexes_cfi.py +++ b/RecoPixelVertexing/PixelVertexFinding/python/PixelVertexes_cfi.py @@ -20,6 +20,3 @@ ) -from Configuration.ProcessModifiers.gpu_cff import gpu -from RecoPixelVertexing.PixelVertexFinding.pixelVertexHeterogeneousProducer_cfi import pixelVertexHeterogeneousProducer as _pixelVertexHeterogeneousProducer -gpu.toReplaceWith(pixelVertices, _pixelVertexHeterogeneousProducer)