CMS 3D CMS Logo

Variables

python::kt4JTA_cff Namespace Reference

Variables

tuple kt4JetExtender
tuple kt4JetTracksAssociatorAtCaloFace
tuple kt4JetTracksAssociatorAtVertex
tuple kt4JTA = cms.Sequence(kt4JetTracksAssociatorAtVertex*kt4JetTracksAssociatorAtCaloFace*kt4JetExtender)

Variable Documentation

Initial value:
00001 cms.EDProducer("JetExtender",
00002     jets = cms.InputTag("kt4CaloJets"),
00003     jet2TracksAtCALO = cms.InputTag("kt4JetTracksAssociatorAtCaloFace"),
00004     jet2TracksAtVX = cms.InputTag("kt4JetTracksAssociatorAtVertex"),
00005     coneSize = cms.double(0.5)
00006 )

Definition at line 18 of file kt4JTA_cff.py.

Initial value:
00001 cms.EDProducer("JetTracksAssociatorAtCaloFace",
00002     j2tParametersCALO,
00003     jets = cms.InputTag("kt4CaloJets")
00004 )

Definition at line 13 of file kt4JTA_cff.py.

Initial value:
00001 cms.EDProducer("JetTracksAssociatorAtVertex",
00002     j2tParametersVX,
00003     jets = cms.InputTag("kt4CaloJets")
00004 )

Definition at line 8 of file kt4JTA_cff.py.

Definition at line 25 of file kt4JTA_cff.py.