Skip to content

Commit

Permalink
Merge pull request #16701 from diguida/add_pA_trigger_bits_pixelLumi_…
Browse files Browse the repository at this point in the history
…online_DQM_90X_v0

Add HLT_PAZeroBias and HLT_PAL1AlwaysTrue trigger bits to the input event selection for PixelLumi online DQM client forVdM scan.
  • Loading branch information
cmsbuild committed Nov 28, 2016
2 parents 908c8da + ca73e96 commit 87e4703
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*","HLT_L1AlwaysTrue*")
process.source.SelectEvents = cms.untracked.vstring("HLT_ZeroBias*","HLT_L1AlwaysTrue*", "HLT_PAZeroBias*", "HLT_PAL1AlwaysTrue*")
#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 87e4703

Please sign in to comment.