Skip to content

Commit

Permalink
Merge pull request #16512 from thomreis/l1Muon-DQM_fix_CMSSW_8_1_X
Browse files Browse the repository at this point in the history
Fix ProductNotFound error for RPC inputs to EMTF emulator in DQM workflow
  • Loading branch information
cmsbuild committed Nov 14, 2016
2 parents 5869d69 + 34128ec commit d45a161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQM/L1TMonitor/python/L1TStage2Emulator_cff.py
Expand Up @@ -69,6 +69,7 @@
from L1Trigger.L1TMuonEndCap.simEmtfDigis_cfi import *
valEmtfStage2Digis = simEmtfDigis.clone()
valEmtfStage2Digis.CSCInput = "emtfStage2Digis"
valEmtfStage2Digis.RPCInput = "muonRPCDigis"

# uGMT
from L1Trigger.L1TMuon.simGmtStage2Digis_cfi import *
Expand Down

0 comments on commit d45a161

Please sign in to comment.