CMS 3D CMS Logo

siStripElectronSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 #
5 # complete sequence to 1) make siStripElectrons
6 # 2) do tracking based on these siStripElectrons
7 # 3) associate tracks to SiStripElectrons
8 #
9 # Created by Shahram Rahatlou, University of Rome & INFN, 4 Aug 2006
10 # based on the cfg files from Jim Pivarsky, Cornell
11 #
12 # tracker geometry
13 # tracker numbering
14 # standard geometry
15 # magnetic field
18 # use super clusters and si strip hits to make siStripElectrons
20 # do tracking seeded by siStripElectrons
22 # asscoiate tracks to siStripElectrons
24 siStripElectronSequence = cms.Sequence(siStripElectrons*egammaCTFFinalFitWithMaterial*siStripElectronToTrackAssociator)
25