Skip to content

Commit

Permalink
Merge pull request #10898 from mojoe137/pixelLumiDqmFixForVdM-74X
Browse files Browse the repository at this point in the history
fix trigger feeding the pixel lumi dqm to match the VdM menu
  • Loading branch information
davidlange6 committed Sep 2, 2015
2 parents a208761 + 4ec38dc commit 908b3e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
process.dqmEnv.subSystemFolder = "PixelLumi"
process.dqmSaver.tag = "PixelLumi"

process.source.SelectEvents = cms.untracked.vstring("HLT_ZeroBias*")
process.source.SelectEvents = cms.untracked.vstring("HLT_ZeroBias*","HLT_L1AlwaysTrue*")
#process.DQMStore.referenceFileName = '/dqmdata/dqm/reference/pixel_reference_pp.root'
#if (process.runType.getRunType() == process.runType.hi_run):
# process.DQMStore.referenceFileName = '/dqmdata/dqm/reference/pixel_reference_hi.root'
Expand Down

0 comments on commit 908b3e8

Please sign in to comment.