CMS 3D CMS Logo

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