CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/FastSimulation/Tracking/python/PixelVerticesProducer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoPixelVertexing.PixelVertexFinding.PixelVertexes_cfi import *
00004 from FastSimulation.Tracking.PixelTracksProducer_cff import *
00005 pixelVertexing = cms.Sequence(pixelVertices)
00006 RecoPixelVertexing = cms.Sequence(pixelTracking+pixelVertices)
00007 # A copy of the above
00008 HLTRecopixelvertexingSequence = cms.Sequence(hltPixelTracking+cms.SequencePlaceholder("hltPixelVertices"))
00009