CMS 3D CMS Logo

recoCTPPS_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 from RecoCTPPS.TotemRPLocal.ctppsLocalTrackLiteProducer_cff import ctppsLocalTrackLiteProducer
7 
8 recoCTPPS = cms.Sequence(
9  totemRPLocalReconstruction *
10  ctppsDiamondLocalReconstruction *
11  ctppsPixelLocalReconstruction *
12  ctppsLocalTrackLiteProducer
13 )