CMS 3D CMS Logo

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