CMS 3D CMS Logo

totemRPLocalReconstruction_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # geometry
5 
6 # clusterization
8 
9 # reco hit production
11 
12 # non-parallel pattern recognition
14 
15 # local track fitting
17 
18 totemRPLocalReconstruction = cms.Sequence(
19  totemRPClusterProducer *
20  totemRPRecHitProducer *
21  totemRPUVPatternFinder *
22  totemRPLocalTrackFitter
23 )