Skip to content

Commit

Permalink
enable the use of rawDataRepacker for HCAL FedIntegrityTask
Browse files Browse the repository at this point in the history
  • Loading branch information
syuvivida committed Oct 26, 2023
1 parent 82f6ab3 commit 0d8a0ed
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 0d8a0ed

Please sign in to comment.