Skip to content

Commit

Permalink
Moving Stage1 to hack conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkotov committed Sep 14, 2017
1 parent 007c6d1 commit dd6b5f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions L1Trigger/Configuration/python/SimL1Emulator_cff.py
Expand Up @@ -49,10 +49,12 @@
# Next we load ES producers for any conditions that are not yet in GT,
# using the Era configuration.
#
#from L1Trigger.L1TCalorimeter.hackConditions_cff import *
#from L1Trigger.L1TMuon.hackConditions_cff import *
# from L1Trigger.L1TGlobal.hackConditions_cff import *
from L1Trigger.L1TGlobal.GlobalParameters_cff import *
if not stage2L1Trigger.isChosen():
from L1Trigger.L1TCalorimeter.hackConditions_cff import *
from L1Trigger.L1TMuon.hackConditions_cff import *
from L1Trigger.L1TGlobal.hackConditions_cff import *
else:
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 dd6b5f8

Please sign in to comment.