CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
inclusiveVertexing_cff.py
Go to the documentation of this file.
2 
6 
7 inclusiveMergedVertices = vertexMerger.clone()
8 inclusiveMergedVertices.secondaryVertices = cms.InputTag("trackVertexArbitrator")
9 inclusiveMergedVertices.maxFraction = 0.2
10 inclusiveMergedVertices.minSignificance = 10.
11 
12 inclusiveVertexing = cms.Sequence(inclusiveVertexFinder*vertexMerger*trackVertexArbitrator*inclusiveMergedVertices)
13