CMS 3D CMS Logo

recoCTPPS_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
7 
8 from RecoCTPPS.TotemRPLocal.ctppsLocalTrackLiteProducer_cff import ctppsLocalTrackLiteProducer
9 
11 
13 
14 recoCTPPS = cms.Sequence(
15  totemRPLocalReconstruction *
16  ctppsDiamondLocalReconstruction *
17  totemTimingLocalReconstruction *
18  ctppsPixelLocalReconstruction *
19  ctppsLocalTrackLiteProducer *
20  ctppsProtons
21 )