Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010 promptTrackCounting = cms.ESProducer("PromptTrackCountingESProducer",
00011 impactParameterType = cms.int32(0),
00012
00013 maximumDistanceToJetAxis = cms.double(999999.0),
00014 deltaR = cms.double(-1.0),
00015 deltaRmin = cms.double(0.0),
00016
00017 maximumDecayLength = cms.double(999999.0),
00018
00019 maxImpactParameter = cms.double(0.1),
00020 maxImpactParameterSig = cms.double(999999.0),
00021 trackQualityClass = cms.string("any"),
00022
00023
00024 nthTrack = cms.int32(-1)
00025 )
00026
00027