CMS 3D CMS Logo

RecoPixelVertexing_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 #
5 # for STARTUP ONLY use try and use Offline 3D PV from pixelTracks, with adaptive vertex
6 #
7 #from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
9 recopixelvertexingTask = cms.Task(pixelTracksTask,pixelVertices)
10 recopixelvertexing = cms.Sequence(recopixelvertexingTask)