CMS 3D CMS Logo

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