CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/RecoVertex/AdaptiveVertexFinder/python/inclusiveVertexing_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoVertex.AdaptiveVertexFinder.inclusiveVertexFinder_cfi import *
00004 from RecoVertex.AdaptiveVertexFinder.vertexMerger_cfi import *
00005 from RecoVertex.AdaptiveVertexFinder.trackVertexArbitrator_cfi import *
00006 
00007 inclusiveVertices = trackVertexArbitrator.clone()
00008 
00009 inclusiveVertexing = cms.Sequence(inclusiveVertexFinder*vertexMerger*inclusiveVertices)
00010