CMS 3D CMS Logo

electronSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #==============================================================================
4 # The current official sequence is based on pixels
5 #==============================================================================
6 
8 # David Chamont:
9 # 1) original code: electronSequence = cms.Sequence(gsfElectronSequence)
10 # 2) what I would prefer: electronSequence = gsfElectronSequence
11 # 3) what we have used for the moment: electronSequence = gsfElectronSequence.copy()
12 # see: https://hypernews.cern.ch/HyperNews/CMS/get/recoDevelopment/849.html
13 electronSequence = gsfElectronSequence.copy()
14 
15 
16 #==============================================================================
17 # An alternative sequence based on si-strip
18 #==============================================================================
19 
21