CMS 3D CMS Logo

JetChargeProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 jetChargeProducer = cms.EDProducer("JetChargeProducer",
4  var = cms.string('Pt'),
5  src = cms.InputTag("ak4JTA"),
6  exp = cms.double(1.0)
7 )
8 
9