Skip to content
Snippets Groups Projects
Commit 0727fdba authored by Alison Elliot's avatar Alison Elliot
Browse files

commenting out gfex bitwise simulation while blocker FPE error is solved

parent b2bd63b4
No related branches found
No related tags found
9 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46538Draft: Added missing xAOD::TrigConfKeys from DESDM_MCP,!46514TGC Digitization: Implementation of signal propagation time between the sensor edge and ASD,!46429commenting out gfex bitwise simulation while blocker FPE error is solved
...@@ -111,10 +111,10 @@ def Lvl1SimulationSequence( ConfigFlags ): ...@@ -111,10 +111,10 @@ def Lvl1SimulationSequence( ConfigFlags ):
l1CaloSimSeq.jFEXDriver.jSuperCellTowerMapperTool.SCell=SCellType l1CaloSimSeq.jFEXDriver.jSuperCellTowerMapperTool.SCell=SCellType
l1CaloSimSeq.jFEXDriver.jFEXSysSimTool.SCell=SCellType l1CaloSimSeq.jFEXDriver.jFEXSysSimTool.SCell=SCellType
l1CaloSimSeq += CfgMgr.LVL1__gFEXDriver('gFEXDriver', #l1CaloSimSeq += CfgMgr.LVL1__gFEXDriver('gFEXDriver',
SCell=SCellType ) # SCell=SCellType )
l1CaloSimSeq.gFEXDriver.gSuperCellTowerMapperTool.SCell=SCellType #l1CaloSimSeq.gFEXDriver.gSuperCellTowerMapperTool.SCell=SCellType
l1CaloSimSeq.gFEXDriver.gFEXSysSimTool.SCell=SCellType #l1CaloSimSeq.gFEXDriver.gFEXSysSimTool.SCell=SCellType
################################################## ##################################################
# Muons # Muons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment