Skip to content

Commit

Permalink
remove ctppsProtons only in Run-3
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed Dec 1, 2020
1 parent 6a004a6 commit def8e77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RecoPPS/Configuration/python/recoCTPPS_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
totemTimingLocalReconstructionTask ,
ctppsPixelLocalReconstructionTask ,
ctppsLocalTrackLiteProducer ,
# ctppsProtons #temporary remove ctppsProtons (see issue #32340)
ctppsProtons
)

#temporarily remove ctppsProtons in Run-3 (see issue #32340)
from Configuration.Eras.Modifier_ctpps_2021_cff import ctpps_2021
_ctpps_2021_recoCTPPSTask = recoCTPPSTask.copyAndExclude([ctppsProtons])
ctpps_2021.toReplaceWith(recoCTPPSTask, _ctpps_2021_recoCTPPSTask)

recoCTPPS = cms.Sequence(recoCTPPSTask)

0 comments on commit def8e77

Please sign in to comment.