Skip to content

Commit b5e8c1b

Browse files
committed
fix Phase-2 L1T configuration for GCT emulated objects
1 parent 2554929 commit b5e8c1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

L1Trigger/Configuration/python/SimL1Emulator_cff.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@
9797
from L1Trigger.L1CaloTrigger.l1tPhase2L1CaloEGammaEmulator_cfi import *
9898
_phase2_siml1emulator.add(l1tPhase2L1CaloEGammaEmulator)
9999

100+
from L1Trigger.L1CaloTrigger.l1tPhase2L1CaloEGammaEmulator_cfi import *
101+
_phase2_siml1emulator.add(l1tPhase2L1CaloEGammaEmulator)
102+
103+
from L1Trigger.L1CaloTrigger.l1tPhase2CaloPFClusterEmulator_cfi import *
104+
_phase2_siml1emulator.add(l1tPhase2CaloPFClusterEmulator)
105+
106+
from L1Trigger.L1CaloTrigger.l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi import *
107+
_phase2_siml1emulator.add(l1tPhase2GCTBarrelToCorrelatorLayer1Emulator)
108+
100109
# Barrel and EndCap CaloJet/HT/NNCaloTau
101110
# ########################################################################
102111
# ---- Produce the calibrated tower collection combining Barrel, HGCal, HF

0 commit comments

Comments
 (0)