CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoPixelVertexing/Configuration/python/RecoPixelVertexing_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoPixelVertexing.PixelTrackFitting.PixelTracks_cff import *
00004 #
00005 # for STARTUP ONLY use try and use Offline 3D PV from pixelTracks, with adaptive vertex
00006 #
00007 #from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cff import *
00008 from RecoVertex.PrimaryVertexProducer.OfflinePixel3DPrimaryVertices_cfi import *
00009 RecoPixelVertexing = cms.Sequence(pixelTracks*pixelVertices)
00010