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 recoJetAssociationsTask = cms.Task(ak4JTATask)
15 recoJetAssociations = cms.Sequence(recoJetAssociationsTask)
16 recoJetAssociationsExplicitTask = cms.Task(ak4JTAExplicitTask)
17 recoJetAssociationsExplicit = cms.Sequence(recoJetAssociationsExplicitTask)