CMS 3D CMS Logo

gedGsfElectronCores_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gedGsfElectronCores = cms.EDProducer("GEDGsfElectronCoreProducer",
4  GEDEMUnbiased = cms.InputTag("particleFlowEGamma"),
5  gsfTracks = cms.InputTag("electronGsfTracks"),
6  ctfTracks = cms.InputTag("generalTracks"),
7 )
8