Skip to content

Commit

Permalink
Merge pull request #38132 from fwyzard/fix_HLTrigger_Configuration_hl…
Browse files Browse the repository at this point in the history
…tHarvesting

Set a missing parameter in the `dqmSaver` in the `hltHarvesting` test
  • Loading branch information
cmsbuild committed May 31, 2022
2 parents f0b2f0a + 761f6c4 commit a3682d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HLTrigger/Configuration/test/hltHarvesting.py
Expand Up @@ -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 )

0 comments on commit a3682d8

Please sign in to comment.