Skip to content

Commit

Permalink
Merge pull request #19851 from jfernan2/DTDQMfixForComRuns93X
Browse files Browse the repository at this point in the history
93X version of PR19855: Fix to bring back DT DQM in commissioning runs
  • Loading branch information
cmsbuild committed Aug 2, 2017
2 parents 12decb9 + 1b58e9c commit b3bc0c3
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -25,8 +25,9 @@
process.dqmSaver.tag = "DT"
#-----------------------------

#Enable HLT*Mu* filtering to monitor only on Muon events
process.source.SelectEvents = cms.untracked.vstring("HLT*Mu*")
#Enable HLT*Mu* filtering to monitor on Muon events
#OR HLT_Physics* to monitor FEDs in commissioning runs
process.source.SelectEvents = cms.untracked.vstring("HLT*Mu*","HLT_Physics*")

# DT reco and DQM sequences
process.load("Configuration.StandardSequences.GeometryRecoDB_cff")
Expand Down

0 comments on commit b3bc0c3

Please sign in to comment.