CMS 3D CMS Logo

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