Skip to content

Commit

Permalink
adding dqmSaverPB to hcalcalib client
Browse files Browse the repository at this point in the history
  • Loading branch information
Long committed Dec 1, 2020
1 parent 29af54e commit f92ce31
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Central DQM Customization
#-------------------------------------
process.source.streamLabel = cms.untracked.string("streamDQMCalibration")
process.source.SelectEvents = cms.untracked.vstring("*HcalCalibration*")
#process.source.SelectEvents = cms.untracked.vstring("*HcalCalibration*")
process.dqmEnv.subSystemFolder = subsystem
process.dqmSaver.tag = subsystem
process.dqmSaver.runNumber = options.runNumber
Expand Down Expand Up @@ -238,7 +238,8 @@
*process.tasksSequence
*process.harvestingSequence
*process.dqmEnv
*process.dqmSaver)
*process.dqmSaver
*process.dqmSaverPB)

#-------------------------------------
# Scheduling
Expand Down

0 comments on commit f92ce31

Please sign in to comment.