CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
candidateNegativeOnlyJetProbabilityComputer_cfi.py
Go to the documentation of this file.
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