CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoJetAssociations_cff.py
Go to the documentation of this file.
2 
3 #
4 # Associate reconstructed jets with other objects
5 # keep IC5 association for backward compatibility for external use
7 #from RecoJets.JetAssociationProducers.trackExtrapolator_cfi import *
8 # standard associations
14 recoJetAssociations = cms.Sequence(ic5JetTracksAssociatorAtVertex+iterativeCone5JTA+ak4JTA)
15 recoJetAssociationsExplicit = cms.Sequence(ak4JTAExplicit)