CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
siStripElectronSequence_cff.py
Go to the documentation of this file.
2 
3 #
4 # $Id: siStripElectronSequence_cff.py,v 1.5 2008/07/11 14:35:20 rahatlou Exp $
5 #
6 # complete sequence to 1) make siStripElectrons
7 # 2) do tracking based on these siStripElectrons
8 # 3) associate tracks to SiStripElectrons
9 #
10 # Created by Shahram Rahatlou, University of Rome & INFN, 4 Aug 2006
11 # based on the cfg files from Jim Pivarsky, Cornell
12 #
13 # tracker geometry
14 # tracker numbering
15 # standard geometry
16 # magnetic field
19 # use super clusters and si strip hits to make siStripElectrons
21 # do tracking seeded by siStripElectrons
23 # asscoiate tracks to siStripElectrons
25 siStripElectronSequence = cms.Sequence(siStripElectrons*egammaCTFFinalFitWithMaterial*siStripElectronToTrackAssociator)
26