Skip to content

Commit

Permalink
Merge pull request #42659 from mmusich/fix_removal_rawToDigisTask_13_2_X
Browse files Browse the repository at this point in the history
[13.2.X] fix removal of `siStripDigis` from `RawToDigi` task
  • Loading branch information
cmsbuild authored Aug 25, 2023
2 parents f42df1f + 957ea8d commit dae764c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
castorDigis,
scalersRawToDigi)

from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters
approxSiStripClusters.toModify(RawToDigiTask,
RawToDigiTask.copyAndExclude(siStripDigis)) # in case of the approximate cluster wf don't run the

RawToDigi = cms.Sequence(RawToDigiTask)

RawToDigiTask_woGCT = RawToDigiTask.copyAndExclude([gctDigis])
Expand Down
4 changes: 4 additions & 0 deletions Configuration/StandardSequences/python/RawToDigi_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
# No Strips in the Phase-2 tracker
phase2_tracker.toReplaceWith(RawToDigiTask, RawToDigiTask.copyAndExclude([siPixelDigis,siStripDigis])) # FIXME

from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters
approxSiStripClusters.toReplaceWith(RawToDigiTask,
RawToDigiTask.copyAndExclude([siStripDigis])) # in case of the approximate cluster wf don't run the strip unpacker

# add CTPPS 2016 raw-to-digi modules
from Configuration.Eras.Modifier_ctpps_cff import ctpps

Expand Down

0 comments on commit dae764c

Please sign in to comment.