CMS 3D CMS Logo

PostProcessorVertex_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 
7 postProcessorVertexSequence = cms.Sequence(
8  postProcessorVertex +
9  postProcessorV0
10 )
11 
12 postProcessorVertexStandAlone = cms.Sequence(postProcessorVertexSequence)