CMS 3D CMS Logo

pixelMatchGsfElectronSequence_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # FIXME
00004 import FWCore.ParameterSet.Config as cms
00005 
00006 # $Id: pixelMatchGsfElectronSequence_cff.py,v 1.4 2008/07/10 10:22:47 charlot Exp $
00007 # create a sequence with all required modules and sources needed to make
00008 # Gsf electron sequence
00009 #
00010 # module to make seeds
00011 from RecoEgamma.EgammaElectronProducers.electronPixelSeeds_cff import *
00012 # module to make track candidates
00013 from RecoEgamma.EgammaElectronProducers.gsfElectronCkfTrackCandidateMaker_cff import *
00014 # module to make gsf tracks (track fit)
00015 from RecoEgamma.EgammaElectronProducers.gsfElectronGsfFit_cff import *
00016 # module to make electrons
00017 from RecoEgamma.EgammaElectronProducers.pixelMatchGsfElectrons_cff import *
00018 pixelMatchGsfElectronSequence = cms.Sequence(electronPixelSeeds*egammaCkfTrackCandidates*pixelMatchGsfFit*pixelMatchGsfElectrons)
00019 

Generated on Tue Jun 9 17:43:22 2009 for CMSSW by  doxygen 1.5.4