CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetChargeProducer_cfi.py
Go to the documentation of this file.
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