CMS 3D CMS Logo

inclusiveCandidateVertexFinder_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoVertex.AdaptiveVertexFinder.inclusiveCandidateVertexFinderDefault_cfi import inclusiveCandidateVertexFinderDefault
4 
5 inclusiveCandidateVertexFinder = inclusiveCandidateVertexFinderDefault.clone()
6 
7 
8