Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
JetCharge
python
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
Generated for CMSSW Reference Manual by
1.8.11