CMS 3D CMS Logo

recoCTPPS_sequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
6 from RecoCTPPS.TotemRPLocal.ctppsLocalTrackLiteProducer_cff import ctppsLocalTrackLiteProducer
8 
10 ctppsIncludeAlignmentsFromXML.RealFiles = cms.vstring("Alignment/CTPPS/data/RPixGeometryCorrections.xml")
11 
12 recoCTPPSdets = cms.Sequence(
13  totemRPLocalReconstruction *
14  ctppsDiamondLocalReconstruction *
15  totemTimingLocalReconstruction *
16  ctppsPixelLocalReconstruction *
17  ctppsLocalTrackLiteProducer
18 )