CMS 3D CMS Logo

pixelMatchElectronLocalTrkSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # create a sequence with all required modules and sources needed to make
5 # pixel based electrons
6 #
7 #
8 
9 # SiliconStrip Clusterizer and RecHit producer modules
12 # StripCPEfromTrackAngleESProducer es_module
14 # pixelCPE
16 # TransientTrackingBuilder
18 # CKFTrackCandidateMaker
19 # broken down to the different components so to configure the Chi2MeasurementEstimatorESProducer
20 #include "RecoTracker/CkfPattern/data/CkfTrackCandidates.cff"
29 # create sequence for tracking
30 pixelMatchElectronLocalTrkSequence = cms.Sequence(siStripClusters*siStripMatchedRecHits)
31