CMS 3D CMS Logo

hltPfTrack_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPfTrack = cms.EDProducer("PFTrackProducer",
4  GsfTrackModuleLabel = cms.InputTag("electronGsfTracks"),
5  GsfTracksInEvents = cms.bool(False),
6  MuColl = cms.InputTag("hltPhase2L3Muons"),
7  PrimaryVertexLabel = cms.InputTag("hltOfflinePrimaryVertices"),
8  TkColList = cms.VInputTag(cms.InputTag("hltGeneralTracks")),
9  TrackQuality = cms.string('highPurity'),
10  TrajInEvents = cms.bool(False),
11  UseQuality = cms.bool(True)
12 )