CMS 3D CMS Logo

jetBProbabilityComputer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # jetBProbability btag computer
00004 jetBProbability = cms.ESProducer("JetBProbabilityESProducer",
00005     impactParameterType = cms.int32(0), ## 0 = 3D, 1 = 2D
00006 
00007     deltaR = cms.double(-1.0), ## use cut from JTA
00008 
00009     maximumDistanceToJetAxis = cms.double(0.07),
00010     trackIpSign = cms.int32(1), ## 0 = use both, 1 = positive only, -1 = negative only
00011 
00012     minimumProbability = cms.double(0.005),
00013     numberOfBTracks = cms.uint32(4),
00014     maximumDecayLength = cms.double(5.0),
00015 
00016     trackQualityClass = cms.string("any")
00017 )
00018 
00019 

Generated on Tue Jun 9 17:43:03 2009 for CMSSW by  doxygen 1.5.4