CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
kt4JTA_cff Namespace Reference

Variables

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

Variable Documentation

tuple kt4JTA_cff.kt4JetExtender
Initial value:
1 = cms.EDProducer("JetExtender",
2  jets = cms.InputTag("kt4CaloJets"),
3  jet2TracksAtCALO = cms.InputTag("kt4JetTracksAssociatorAtCaloFace"),
4  jet2TracksAtVX = cms.InputTag("kt4JetTracksAssociatorAtVertex"),
5  coneSize = cms.double(0.5)
6 )

Definition at line 17 of file kt4JTA_cff.py.

tuple kt4JTA_cff.kt4JetTracksAssociatorAtCaloFace
Initial value:
1 = cms.EDProducer("JetTracksAssociatorAtCaloFace",
2  j2tParametersCALO,
3  jets = cms.InputTag("kt4CaloJets")
4 )

Definition at line 12 of file kt4JTA_cff.py.

tuple kt4JTA_cff.kt4JetTracksAssociatorAtVertex
Initial value:
1 = cms.EDProducer("JetTracksAssociatorAtVertex",
2  j2tParametersVX,
3  jets = cms.InputTag("kt4CaloJets")
4 )

Definition at line 7 of file kt4JTA_cff.py.

Definition at line 24 of file kt4JTA_cff.py.