CMS 3D CMS Logo

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