CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ic5JetTracksAssociatorAtVertex_cfi.py
Go to the documentation of this file.
2 
3 # $Id: ic5JetTracksAssociatorAtVertex_cfi.py,v 1.3 2010/02/17 17:47:51 wmtan Exp $
5 ic5JetTracksAssociatorAtVertex = cms.EDProducer("JetTracksAssociatorAtVertex",
6  j2tParametersVX,
7  jets = cms.InputTag("iterativeCone5CaloJets")
8 )
9 
10