CMS 3D CMS Logo

electronSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 #  sequence to make both pixel-based and pixel-less electrons
00005 #  $Id: electronSequence_cff.py,v 1.3 2008/05/19 23:54:04 rpw Exp $
00006 #
00007 # Created by Shahram Rahatlou, University of Rome & INFN, 4 Aug 2006
00008 #
00009 # sequence to make pixel-based electrons
00010 from RecoEgamma.EgammaElectronProducers.pixelMatchGsfElectronSequence_cff import *
00011 # sequence to make si-strip based electrons
00012 from RecoEgamma.EgammaElectronProducers.siStripElectronSequence_cff import *
00013 electronSequence = cms.Sequence(pixelMatchGsfElectronSequence)
00014 

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