Skip to content

Commit

Permalink
Merge pull request #19241 from thomreis/prevent_ugt_offline_dqm_t0_cr…
Browse files Browse the repository at this point in the history
…ash_by_removing_ugt_online_plots

Fix T0 DQM crash. Remove online uGT DQM module from the offline
  • Loading branch information
cmsbuild committed Jun 19, 2017
2 parents 0a97710 + 38e80e8 commit a6aa2e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DQMOffline/L1Trigger/python/L1TriggerDqmOffline_cff.py
Expand Up @@ -311,7 +311,9 @@
* l1tStage2OnlineDQM
* dqmEnvL1T
)

# Do not include the uGT online DQM module in the offline sequence
# since the large 2D histograms cause crashes at the T0.
l1tStage2OnlineDQM.remove(l1tStage2uGt)



Expand Down

0 comments on commit a6aa2e4

Please sign in to comment.