Skip to content

Commit

Permalink
Merge pull request #43121 from syuvivida/CMSSW_13_2_X
Browse files Browse the repository at this point in the history
[13_2_X] Online DQM fed client: use rawDataRepacker for HCAL FEDIntegrity Task in HI runs (backport of 43120)
  • Loading branch information
cmsbuild authored Nov 3, 2023
2 parents f89f56a + 0d8a0ed commit 0ef85bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
process.ecalPreshowerFEDIntegrityTask.FEDRawDataCollection = 'rawDataRepacker'
process.ecalDigis.InputLabel = 'rawDataRepacker'
process.ecalFEDMonitor.FEDRawDataCollection = 'rawDataRepacker'
process.hcalFEDIntegrityTask.tagFEDs = 'rawDataRepacker'
process.hcalDigis.InputLabel = 'rawDataRepacker'
process.dtunpacker.inputLabel = 'rawDataRepacker'
process.rpcunpacker.InputLabel = 'rawDataRepacker'
Expand All @@ -115,6 +116,7 @@
process.ecalPreshowerFEDIntegrityTask.FEDRawDataCollection = 'rawDataCollector'
process.ecalDigis.InputLabel = 'rawDataCollector'
process.ecalFEDMonitor.FEDRawDataCollection = 'rawDataCollector'
process.hcalFEDIntegrityTask.tagFEDs = 'rawDataCollector'
process.hcalDigis.InputLabel = 'rawDataCollector'
process.dtunpacker.inputLabel = 'rawDataCollector'
process.rpcunpacker.InputLabel = 'rawDataCollector'
Expand Down

0 comments on commit 0ef85bd

Please sign in to comment.