CMS 3D CMS Logo

positiveOnlyJetBProbabilityComputer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 # positiveOnlyJetBProbability btag computer
6 positiveOnlyJetBProbabilityComputer = jetBProbabilityComputer.clone(
7  trackIpSign = cms.int32(1) ## 0 = use both, 1 = positive only, -1 = negative only
8 )