CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoBTag/SecondaryVertex/python/combinedSecondaryVertexPositiveES_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import RecoBTag.SecondaryVertex.combinedSecondaryVertexES_cfi
00004 
00005 combinedSecondaryVertexPositive = RecoBTag.SecondaryVertex.combinedSecondaryVertexES_cfi.combinedSecondaryVertex.clone()
00006 combinedSecondaryVertexPositive.trackSelection.sip3dSigMin = 0
00007 combinedSecondaryVertexPositive.trackPseudoSelection.sip3dSigMin = 0
00008 
00009 combinedSecondaryVertexV1Positive = RecoBTag.SecondaryVertex.combinedSecondaryVertexES_cfi.combinedSecondaryVertexV1.clone()
00010 combinedSecondaryVertexV1Positive.trackSelection.sip3dSigMin = 0
00011 combinedSecondaryVertexV1Positive.trackPseudoSelection.sip3dSigMin = 0