Skip to content

Commit

Permalink
Merge pull request #38412 from pmandrik/patch-9
Browse files Browse the repository at this point in the history
[12_3_X] Fix output file name of hcalgpu DQM client
  • Loading branch information
cmsbuild authored Jun 18, 2022
2 parents 7d9d75f + 8f824ce commit 2567ff6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
#-------------------------------------
process.source.streamLabel = cms.untracked.string("streamDQMGPUvsCPU")
process.dqmEnv.subSystemFolder = subsystem
process.dqmSaver.tag = subsystem
process.dqmSaver.tag = 'HcalGPU'
process.dqmSaver.runNumber = options.runNumber
process.dqmSaverPB.tag = subsystem
process.dqmSaverPB.tag = 'HcalGPU'
process.dqmSaverPB.runNumber = options.runNumber
process = customise(process)
process.DQMStore.verbose = 0
Expand Down

0 comments on commit 2567ff6

Please sign in to comment.