CMS 3D CMS Logo

RecoJetAssociations_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: RecoJetAssociations_cff.py,v 1.2 2008/04/21 03:27:21 rpw Exp $
00004 #
00005 # Associate reconstructed jets with other objects
00006 # keep IC5 association for backward compatibility for external use
00007 from RecoJets.JetAssociationProducers.ic5JetTracksAssociatorAtVertex_cfi import *
00008 # standard associations
00009 from RecoJets.JetAssociationProducers.iterativeCone5JTA_cff import *
00010 from RecoJets.JetAssociationProducers.sisCone5JTA_cff import *
00011 from RecoJets.JetAssociationProducers.kt4JTA_cff import *
00012 recoJetAssociations = cms.Sequence(ic5JetTracksAssociatorAtVertex*iterativeCone5JTA+sisCone5JTA+kt4JTA)
00013 

Generated on Tue Jun 9 17:43:38 2009 for CMSSW by  doxygen 1.5.4