Skip to content

Commit

Permalink
fix trigger feeding the pixel lumi dqm to match the VdM menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat committed Aug 21, 2015
1 parent 9777212 commit 4ec38dc
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 4ec38dc

Please sign in to comment.