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_cfi import ctppsLocalTrackLiteProducer
6 
7 recoCTPPS = cms.Sequence(
8  totemRPLocalReconstruction *
9  ctppsDiamondLocalReconstruction *
10  ctppsLocalTrackLiteProducer
11 )