Skip to content

Commit

Permalink
Backport: add ECAL-only and HCAL-only workflows for MC and data (cms-…
Browse files Browse the repository at this point in the history
…sw#30350)

Backport cms-sw#30105: add ECAL-only workflows for data.
Backport cms-sw#30136: add HCAL-only workflows for MC and data.
  • Loading branch information
cmsbuild authored and fwyzard committed Dec 25, 2020
1 parent e0b0a76 commit 08ba118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/StandardSequences/python/RawToDigi_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
RawToDigiTask_ecalOnly = cms.Task(ecalDigisTask, ecalPreshowerDigis, scalersRawToDigi)
RawToDigi_ecalOnly = cms.Sequence(RawToDigiTask_ecalOnly)

RawToDigiTask_hcalOnly = cms.Task(hcalDigis)
RawToDigi_hcalOnly = cms.Sequence(RawToDigiTask_hcalOnly)

scalersRawToDigi.scalersInputTag = 'rawDataCollector'
siPixelDigis.cpu.InputLabel = 'rawDataCollector'
(~gpu).toModify(ecalDigis, InputLabel='rawDataCollector')
Expand Down

0 comments on commit 08ba118

Please sign in to comment.