CMS 3D CMS Logo

recoCTPPS_sequences_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 
9 ctppsIncludeAlignmentsFromXML.RealFiles = cms.vstring("Alignment/CTPPS/data/RPixGeometryCorrections.xml")
10 
11 recoCTPPSdets = cms.Sequence(
12  totemRPLocalReconstruction *
13  ctppsDiamondLocalReconstruction *
14  ctppsPixelLocalReconstruction *
15  ctppsLocalTrackLiteProducer
16 )