CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/PhysicsTools/PatAlgos/python/recoLayer0/jetTracksCharge_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ## Compute JET Charge
00004 patJetCharge = cms.EDProducer("JetChargeProducer",
00005     src = cms.InputTag("ak5JetTracksAssociatorAtVertex"), ## a reco::JetTracksAssociation::Container
00006     # -- JetCharge parameters --
00007     var = cms.string('Pt'),
00008     exp = cms.double(1.0)
00009 )
00010 
00011 # removed for testing and final cleanup
00012 # patJetTracksCharge = cms.Sequence(patAK5CaloJetCharge)