CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackCounting3D3rdComputer_cfi.py
Go to the documentation of this file.
2 
3 # trackCounting3D3rd btag computer
4 trackCounting3D3rd = cms.ESProducer("TrackCountingESProducer",
5  impactParameterType = cms.int32(0), ## 0 = 3D, 1 = 2D
6 
7  maximumDistanceToJetAxis = cms.double(0.07),
8  deltaR = cms.double(-1.0), ## use cut from JTA
9 
10  maximumDecayLength = cms.double(5.0),
11  nthTrack = cms.int32(3),
12  trackQualityClass = cms.string("any")
13 )
14 
15