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 # $Id: RecoJetAssociations_cff.py,v 1.9 2013/05/01 20:46:01 srappocc Exp $
4 #
5 # Associate reconstructed jets with other objects
6 # keep IC5 association for backward compatibility for external use
8 #from RecoJets.JetAssociationProducers.trackExtrapolator_cfi import *
9 # standard associations
15 recoJetAssociations = cms.Sequence(ic5JetTracksAssociatorAtVertex+iterativeCone5JTA+kt4JTA+ak5JTA)
16 recoJetAssociationsExplicit = cms.Sequence(ak5JTAExplicit)