From 761f6c49ed83613f7aa131b1d95d6d0ee7606ace Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Tue, 31 May 2022 08:42:30 +0200 Subject: [PATCH] Set missing parameter in the dqmSaver --- HLTrigger/Configuration/test/hltHarvesting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/HLTrigger/Configuration/test/hltHarvesting.py b/HLTrigger/Configuration/test/hltHarvesting.py index e870f2f0922cc..831652321b54d 100644 --- a/HLTrigger/Configuration/test/hltHarvesting.py +++ b/HLTrigger/Configuration/test/hltHarvesting.py @@ -16,5 +16,6 @@ process.dqmSaver.convention = "Online" process.dqmSaver.saveByRun = 1 process.dqmSaver.saveAtJobEnd = False +process.dqmSaver.workflow = "/DQM/HLT/Online" process.DQMFileSaverOutput = cms.EndPath( process.HLTHarvestingSequence + process.dqmSaver )