Skip to content

Commit

Permalink
don't run the Strip unpacker in the RAW' case
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 8, 2023
1 parent 32b79ff commit 4e3c70e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
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

0 comments on commit 4e3c70e

Please sign in to comment.