CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/RecoJets/JetAssociationProducers/python/ic5JetTracksAssociatorAtVertex_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.3 2010/02/17 17:47:51 wmtan Exp $
00004 from RecoJets.JetAssociationProducers.j2tParametersVX_cfi import *
00005 ic5JetTracksAssociatorAtVertex = cms.EDProducer("JetTracksAssociatorAtVertex",
00006     j2tParametersVX,
00007     jets = cms.InputTag("iterativeCone5CaloJets")
00008 )
00009 
00010