CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pixelMatchElectronLocalTrkSequence_cff.py
Go to the documentation of this file.
2 
3 #
4 # create a sequence with all required modules and sources needed to make
5 # pixel based electrons
6 #
7 # $Id: pixelMatchElectronLocalTrkSequence_cff.py,v 1.6 2009/02/09 17:30:06 chamont Exp $
8 #
9 
10 # SiliconStrip Clusterizer and RecHit producer modules
13 # StripCPEfromTrackAngleESProducer es_module
15 # pixelCPE
17 # TransientTrackingBuilder
19 # CKFTrackCandidateMaker
20 # broken down to the different components so to configure the Chi2MeasurementEstimatorESProducer
21 #include "RecoTracker/CkfPattern/data/CkfTrackCandidates.cff"
30 # create sequence for tracking
31 pixelMatchElectronLocalTrkSequence = cms.Sequence(siStripClusters*siStripMatchedRecHits)
32