CMS 3D CMS Logo

jetTracksCharge_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 patJetCharge = cms.EDProducer("JetChargeProducer",
5  src = cms.InputTag("ak4JetTracksAssociatorAtVertexPF"),
7  var = cms.string('Pt'),
8  exp = cms.double(1.0)
9 )
10 
11 # removed for testing and final cleanup
12 # patJetTracksCharge = cms.Sequence(patAK5CaloJetCharge)