CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:35:16 2009 for CMSSW by  doxygen 1.5.4