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'