CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfGSFixLinker_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfGSFixLinker = cms.EDProducer("PFGSFixLinker",
4  PFCandidate = cms.InputTag("particleFlow", '', cms.InputTag.skipCurrentProcess()),
5  GsfElectrons = cms.InputTag("gsFixedGsfElectrons"),
6  Photons = cms.InputTag("gsFixedGEDPhotons"),
7  ValueMapElectrons = cms.string("electrons"),
8  ValueMapPhotons = cms.string("photons")
9 )