CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoEgamma/EgammaElectronProducers/python/gsfElectronSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #==============================================================================
00004 # Sequence to make final electrons.
00005 # In the past, this was including the seeding, but this one is directly
00006 # imported in the reco sequences since the integration with pflow.
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