CMS 3D CMS Logo

ctppsDiamondLocalReconstruction_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # geometry
5 
6 # reco hit production
7 from RecoCTPPS.TotemRPLocal.ctppsDiamondRecHits_cfi import ctppsDiamondRecHits
8 
9 # local track fitting
10 from RecoCTPPS.TotemRPLocal.ctppsDiamondLocalTracks_cfi import ctppsDiamondLocalTracks
11 
12 ctppsDiamondLocalReconstruction = cms.Sequence(
13  ctppsDiamondRecHits *
14  ctppsDiamondLocalTracks
15 )