CMS 3D CMS Logo

pfEGammaToCandidateRemapper_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfEGammaToCandidateRemapper = cms.EDProducer("PFEGammaToCandidateRemapper",
4  electrons = cms.InputTag("gedGsfElectrons"),
5  photons = cms.InputTag("gedPhotons"),
6  electron2pf = cms.InputTag("particleBasedIsolation","gedGsfElectrons"),
7  photon2pf = cms.InputTag("particleBasedIsolation","gedPhotons"),
8  pf2pf = cms.InputTag("FILLME")
9 )