Skip to content

Commit

Permalink
Merge pull request #23097 from thomreis/l1t_dqm_fix_calol2_race_condi…
Browse files Browse the repository at this point in the history
…tion-101x

L1T DQM Retire unneeded caloLayer2 data-emulator ratio plots - 101x
  • Loading branch information
cmsbuild authored May 11, 2018
2 parents c751ef2 + f59c40b commit 3df120d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DQM/L1TMonitor/python/L1TStage2CaloLayer2Emul_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
stage2CaloLayer2EGammaSource = cms.InputTag("valCaloStage2Layer2Digis"),
stage2CaloLayer2TauSource = cms.InputTag("valCaloStage2Layer2Digis"),
stage2CaloLayer2EtSumSource = cms.InputTag("valCaloStage2Layer2Digis"),
monitorDir = cms.untracked.string("L1TEMU/L1TStage2CaloLayer2/L1TStage2CaloLayer2EMU")
monitorDir = cms.untracked.string("L1TEMU/L1TStage2CaloLayer2")
)

4 changes: 0 additions & 4 deletions DQM/L1TMonitor/python/L1TStage2Emulator_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@

# CaloLayer2
from DQM.L1TMonitor.L1TdeStage2CaloLayer2_cfi import *
from DQM.L1TMonitor.L1TStage2CaloLayer2_cfi import *
from DQM.L1TMonitor.L1TStage2CaloLayer2Emul_cfi import *

# BMTF
Expand Down Expand Up @@ -123,10 +122,7 @@
# sequence to run only for validation events
l1tStage2EmulatorOnlineDQMValidationEvents = cms.Sequence(
l1tdeStage2CaloLayer1 +
# We process both layer2 and layer2emu in same sourceclient
# to be able to divide them in the MonitorClient
l1tdeStage2CaloLayer2 +
l1tStage2CaloLayer2 +
l1tStage2CaloLayer2Emul
)

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from DQM.L1TMonitorClient.L1TStage2EmulatorQualityTests_cff import *

# Calo trigger layer2 client
from DQM.L1TMonitorClient.L1TStage2CaloLayer2DEClient_cfi import *
from DQM.L1TMonitorClient.L1TStage2CaloLayer2DEClientSummary_cfi import *

# uGMT emulator client
Expand All @@ -44,8 +43,7 @@

# L1T monitor client sequence (system clients and quality tests)
l1TStage2EmulatorClients = cms.Sequence(
l1tStage2CaloLayer2DEClient
+ l1tStage2CaloLayer2DEClientSummary
l1tStage2CaloLayer2DEClientSummary
+ l1tStage2uGMTEmulatorClient
+ l1tStage2BMTFEmulatorClient
+ l1tStage2OMTFEmulatorClient
Expand Down

0 comments on commit 3df120d

Please sign in to comment.