From ffeba38cae98d688f0c37457f08cd98f09cef8c6 Mon Sep 17 00:00:00 2001
From: Alison Elliot <alison.elliot@cern.ch>
Date: Fri, 17 Sep 2021 10:17:42 +0200
Subject: [PATCH] restoring gfex bitwise simulation in trigger tests since
 blocker FPE error is solved

---
 .../TriggerJobOpts/python/Lvl1SimulationConfig.py         | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Trigger/TriggerCommon/TriggerJobOpts/python/Lvl1SimulationConfig.py b/Trigger/TriggerCommon/TriggerJobOpts/python/Lvl1SimulationConfig.py
index f76e5664d6f5..749107c862d7 100644
--- a/Trigger/TriggerCommon/TriggerJobOpts/python/Lvl1SimulationConfig.py
+++ b/Trigger/TriggerCommon/TriggerJobOpts/python/Lvl1SimulationConfig.py
@@ -111,10 +111,10 @@ def Lvl1SimulationSequence( ConfigFlags ):
         l1CaloSimSeq.jFEXDriver.jSuperCellTowerMapperTool.SCell=SCellType
         l1CaloSimSeq.jFEXDriver.jFEXSysSimTool.SCell=SCellType
 
-        #l1CaloSimSeq += CfgMgr.LVL1__gFEXDriver('gFEXDriver',
-        #    SCell=SCellType )
-        #l1CaloSimSeq.gFEXDriver.gSuperCellTowerMapperTool.SCell=SCellType
-        #l1CaloSimSeq.gFEXDriver.gFEXSysSimTool.SCell=SCellType
+        l1CaloSimSeq += CfgMgr.LVL1__gFEXDriver('gFEXDriver',
+            SCell=SCellType )
+        l1CaloSimSeq.gFEXDriver.gSuperCellTowerMapperTool.SCell=SCellType
+        l1CaloSimSeq.gFEXDriver.gFEXSysSimTool.SCell=SCellType
 
     ##################################################
     # Muons
-- 
GitLab