File indexing completed on 2024-04-06 12:01:07
0001 import FWCore.ParameterSet.Config as cms
0002
0003 pfEGammaToCandidateRemapper = cms.EDProducer("PFEGammaToCandidateRemapper",
0004 electrons = cms.InputTag("gedGsfElectrons"),
0005 photons = cms.InputTag("gedPhotons"),
0006 electron2pf = cms.InputTag("particleBasedIsolation","gedGsfElectrons"),
0007 photon2pf = cms.InputTag("particleBasedIsolation","gedPhotons"),
0008 pf2pf = cms.InputTag("FILLME")
0009 )
0010
0011 pfEGammaToCandidateRemapperCleaned = pfEGammaToCandidateRemapper.clone(pf2pf = "cleanedParticleFlow")