Skip to content

Commit

Permalink
Add global conditions to L1T configuration and L1T DQM source client …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
Antoni Shtipliyski authored and kkotov committed May 12, 2017
1 parent 587c1eb commit 4b6e635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
#process.load("L1Trigger.L1TMuon.hackConditions_cff")
#process.gmtParams.caloInputsMasked = cms.bool(True) # Disable uGMT calo inputs like in the online configuration
#process.load("L1Trigger.L1TGlobal.hackConditions_cff")
process.load("L1Trigger.L1TGlobal.GlobalParameters_cff")

# To get CaloTPGTranscoder
process.load('SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff')
Expand Down
4 changes: 2 additions & 2 deletions L1Trigger/Configuration/python/SimL1Emulator_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
#
#from L1Trigger.L1TCalorimeter.hackConditions_cff import *
#from L1Trigger.L1TMuon.hackConditions_cff import *
#from L1Trigger.L1TGlobal.hackConditions_cff import *

# from L1Trigger.L1TGlobal.hackConditions_cff import *
from L1Trigger.L1TGlobal.GlobalParameters_cff import *

# Customisation for the phase2_hgcal era. Includes the HGCAL L1 trigger
#from L1Trigger.L1THGCal.hgcalTriggerPrimitives_cff import *
Expand Down

0 comments on commit 4b6e635

Please sign in to comment.