CMS 3D CMS Logo

positiveCombinedSecondaryVertexV2Computer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 positiveCombinedSecondaryVertexV2Computer = combinedSecondaryVertexV2Computer.clone(
6  trackSelection = dict(sip3dSigMin = 0),
7  trackPseudoSelection = dict(sip3dSigMin = 0)
8 )
combinedSecondaryVertexV2Computer_cfi