Skip to content

Commit

Permalink
fix removal of siStripDigis from RawToDigi task
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 25, 2023
1 parent 5837177 commit 957ea8d
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 957ea8d

Please sign in to comment.