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 RecoPPS.Local.ctppsLocalTrackLiteProducer_cff import ctppsLocalTrackLiteProducer
9 
11 
13 
14 recoCTPPSTask = cms.Task(
15  totemRPLocalReconstructionTask ,
16  ctppsDiamondLocalReconstructionTask ,
17  totemTimingLocalReconstructionTask ,
18  ctppsPixelLocalReconstructionTask ,
19  ctppsLocalTrackLiteProducer ,
20  ctppsProtons
21 )
22 
23 #temporarily remove ctppsProtons in Run-3 (see issue #32340)
24 from Configuration.Eras.Modifier_ctpps_2021_cff import ctpps_2021
25 _ctpps_2021_recoCTPPSTask = recoCTPPSTask.copyAndExclude([ctppsProtons])
26 ctpps_2021.toReplaceWith(recoCTPPSTask, _ctpps_2021_recoCTPPSTask)
27 
28 recoCTPPS = cms.Sequence(recoCTPPSTask)
ctppsPixelLocalReconstruction_cff
ctppsLocalTrackLiteProducer_cff
geometryRPFromDB_cfi
totemRPLocalReconstruction_cff
totemTimingLocalReconstruction_cff
ctppsDiamondLocalReconstruction_cff
ctppsProtons_cff