CMS 3D CMS Logo

Variables

promptTrackCountingComputer_cfi Namespace Reference

Variables

tuple promptTrackCounting

Variable Documentation

Initial value:
00001 cms.ESProducer("PromptTrackCountingESProducer",
00002     impactParameterType = cms.int32(0), ## 0 = 3D, 1 = 2D
00003 
00004     maximumDistanceToJetAxis = cms.double(999999.0),
00005     deltaR = cms.double(-1.0), ## maximum deltaR of track to jet. If -ve just use cut from JTA
00006     deltaRmin = cms.double(0.0), ## minimum deltaR of track to jet.                                     
00007 
00008     maximumDecayLength = cms.double(999999.0),
00009     # These cuts on absolute impact parameter and its significance
00010     maxImpactParameter    = cms.double(0.1),
00011     maxImpactParameterSig = cms.double(999999.0),
00012     trackQualityClass = cms.string("any"),
00013 
00014     # This parameter is not used. 
00015     nthTrack = cms.int32(-1)                                    
00016 )

Definition at line 10 of file promptTrackCountingComputer_cfi.py.