CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoParticleFlow/PFTracking/python/lightpftrack_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 lightpftrackprod = cms.EDProducer("LightPFTrackProducer",
00004     TrackQuality = cms.string('highPurity'),
00005     UseQuality = cms.bool(True),
00006     TkColList = cms.VInputTag(cms.InputTag("generalTracks"), cms.InputTag("secStep"), cms.InputTag("thStep"))
00007 )
00008 
00009