Skip to content

Commit

Permalink
Merge pull request #10900 from mojoe137/pixelLumiDqmFixForVdM-76X
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 Aug 23, 2015
2 parents ed3ffcd + 972b7f3 commit 426cf23
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 426cf23

Please sign in to comment.