Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:18:27

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoJets.JetAssociationProducers.j2tParametersVX_cfi import *
0004 ic5PFJetTracksAssociatorAtVertex = cms.EDProducer("JetTracksAssociatorAtVertex",
0005     j2tParametersVX,
0006     jets = cms.InputTag("iterativeCone5PFJets")
0007 )
0008 
0009