CMS 3D CMS Logo

negativeTrackCounting3D2ndComputer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # negativeTrackCounting3D2nd btag computer
00004 negativeTrackCounting3D2nd = cms.ESProducer("NegativeTrackCountingESProducer",
00005     impactParameterType = cms.int32(0), ## 0 = 3D, 1 = 2D
00006 
00007     maximumDistanceToJetAxis = cms.double(0.07),
00008     deltaR = cms.double(-1.0), ## use cut from JTA
00009     
00010     maximumDecayLength = cms.double(5.0),
00011     nthTrack = cms.int32(2),
00012     trackQualityClass = cms.string("any")
00013 )
00014 
00015 

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