Skip to content

Commit

Permalink
Merge pull request #33694 from dildick/from-CMSSW_12_0_X_2021-05-10-2…
Browse files Browse the repository at this point in the history
…300-sequences-for-unpacked-GEM-clusters

Fix valEmtfStage2Digis for unpacked GEM clusters in GEN-SIM-RAW
  • Loading branch information
cmsbuild committed May 18, 2021
2 parents 74144ae + 3c7a63d commit 3245d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DQM/L1TMonitor/python/L1TStage2Emulator_cff.py
Expand Up @@ -71,7 +71,8 @@
from L1Trigger.L1TMuonEndCap.simEmtfDigis_cfi import *
valEmtfStage2Digis = simEmtfDigis.clone(
CSCInput = "emtfStage2Digis",
RPCInput = "muonRPCDigis"
RPCInput = "muonRPCDigis",
GEMInput = 'valMuonGEMPadDigiClusters'
)

# uGMT
Expand Down

0 comments on commit 3245d09

Please sign in to comment.