CMS 3D CMS Logo

RecoJetAssociations_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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(ak4JTA)
15 recoJetAssociationsExplicit = cms.Sequence(ak4JTAExplicit)