CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfTrack = cms.EDProducer("PFTrackProducer",
00004     TrackQuality = cms.string('highPurity'),
00005     UseQuality = cms.bool(True),
00006     GsfTrackModuleLabel = cms.InputTag("electronGsfTracks"),
00007     TkColList = cms.VInputTag(cms.InputTag("generalTracks")),
00008                              PrimaryVertexLabel = cms.InputTag("offlinePrimaryVertices"),  
00009     MuColl = cms.InputTag("muons"),
00010     TrajInEvents = cms.bool(False),
00011     GsfTracksInEvents = cms.bool(True),             
00012 )
00013 
00014