Skip to content

Commit

Permalink
Merge pull request #26963 from benkrikler/from-CMSSW_11_0_X_2019-05-2…
Browse files Browse the repository at this point in the history
…6-2300

Forward-port #26937: Remove warnings from L1T DQM
  • Loading branch information
cmsbuild committed Jun 3, 2019
2 parents 74182a8 + 9c646e8 commit f152238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DQM/L1TMonitor/python/L1TStage2uGT_cff.py
Expand Up @@ -28,7 +28,7 @@
# sequences
l1tStage2uGTOnlineDQMSeq = cms.Sequence(
l1tStage2uGT +
l1tStage2uGTTiming +
# l1tStage2uGTTiming +
l1tStage2uGTCaloLayer2Comp +
l1tStage2uGMTOutVsuGTIn
)
Expand Down
4 changes: 2 additions & 2 deletions DQMOffline/L1Trigger/python/L1TEtSumJetOffline_cfi.py
Expand Up @@ -177,13 +177,13 @@

# sequences
l1tEtSumJetOfflineDQMSeq = cms.Sequence(
goodPFJetsForL1T
cms.ignore(goodPFJetsForL1T)
+ l1tPFMetNoMuForDQM
+ l1tEtSumJetOfflineDQM
)

l1tEtSumJetOfflineDQMEmuSeq = cms.Sequence(
goodPFJetsForL1T
cms.ignore(goodPFJetsForL1T)
+ l1tPFMetNoMuForDQM
+ l1tEtSumJetOfflineDQMEmu
)
Expand Down

0 comments on commit f152238

Please sign in to comment.