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
00016 maximumDecayLength = cms.double(999999.0),
00017
00018 maxImpactParameterSig = cms.double(999999.0),
00019 trackQualityClass = cms.string("any"),
00020
00021
00022 nthTrack = cms.int32(-1)
00023 )
00024
00025