Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009 from RecoEgamma.EgammaElectronProducers.gsfElectronModules_cff import *
00010 gsfElectronSequence = cms.Sequence(ecalDrivenGsfElectronCores*ecalDrivenGsfElectrons*gsfElectronCores*gsfElectrons)
00011 gsfEcalDrivenElectronSequence = cms.Sequence(ecalDrivenGsfElectronCores*ecalDrivenGsfElectrons)
00012 gsfElectronMergingSequence = cms.Sequence(gsfElectronCores*gsfElectrons)
00013