From 0d8a0edcf3cfc3d7c2da364c71db2bdea126d7df Mon Sep 17 00:00:00 2001 From: Shin-Shan Date: Thu, 26 Oct 2023 13:47:30 +0200 Subject: [PATCH] enable the use of rawDataRepacker for HCAL FedIntegrityTask --- DQM/Integration/python/clients/fed_dqm_sourceclient-live_cfg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DQM/Integration/python/clients/fed_dqm_sourceclient-live_cfg.py b/DQM/Integration/python/clients/fed_dqm_sourceclient-live_cfg.py index 8ec040cb77411..55507bf00242b 100644 --- a/DQM/Integration/python/clients/fed_dqm_sourceclient-live_cfg.py +++ b/DQM/Integration/python/clients/fed_dqm_sourceclient-live_cfg.py @@ -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' @@ -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'