CMS 3D CMS Logo

ctppsPixelLocalReconstruction_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # geometry
4 #from Geometry.VeryForwardGeometry.geometryRP_cfi import *
5 
6 
7 # local track fitting
8 from RecoCTPPS.PixelLocal.ctppsPixelClusters_cfi import ctppsPixelClusters
9 
10 # local rechit producer
11 from RecoCTPPS.PixelLocal.ctppsPixelRecHits_cfi import ctppsPixelRecHits
12 
13 ctppsPixelLocalReconstruction = cms.Sequence(
14  ctppsPixelClusters*ctppsPixelRecHits
15 )