CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/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