CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelVerticesProducer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 pixelVertexing = cms.Sequence(pixelVertices)
6 recopixelvertexing = cms.Sequence(pixelTracking+pixelVertices)
7 # A copy of the above
8 HLTRecopixelvertexingSequence = cms.Sequence(hltPixelTracking+cms.SequencePlaceholder("hltPixelVertices"))
9