CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 # lite local-track collection from all RPs
20 
21 totemRPLocalReconstruction = cms.Sequence(
22  totemRPClusterProducer *
23  totemRPRecHitProducer *
24  totemRPUVPatternFinder *
25  totemRPLocalTrackFitter *
26 
27  ctppsLocalTrackLiteProducer
28 )