10 promptTrackCountingComputer = cms.ESProducer(
"PromptTrackCountingESProducer",
11 impactParameterType = cms.int32(0),
12 minimumImpactParameter = cms.double(-1),
13 useSignedImpactParameterSig = cms.bool(
True),
14 maximumDistanceToJetAxis = cms.double(999999.0),
15 deltaR = cms.double(-1.0),
16 deltaRmin = cms.double(0.0),
18 maximumDecayLength = cms.double(999999.0),
20 maxImpactParameter = cms.double(0.1),
21 maxImpactParameterSig = cms.double(999999.0),
22 trackQualityClass = cms.string(
"any"),
25 nthTrack = cms.int32(-1)