From f6b33209aa74cec0b8ceebce9fe063e21b84f9fd Mon Sep 17 00:00:00 2001
From: John Derek Chapman <chapman@hep.phy.cam.ac.uk>
Date: Wed, 8 Apr 2020 12:40:21 +0000
Subject: [PATCH] Merge branch 'DB-Fix' into '21.3'

Include supercell database paths

See merge request atlas/athena!31850

(cherry picked from commit 3f0501750ad41b8969e1964784e48224c7b20d76)

e098e644 Include cabling info
---
 Trigger/TrigT1/TrigT1CaloFexSim/python/L1SimulationSequence.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Trigger/TrigT1/TrigT1CaloFexSim/python/L1SimulationSequence.py b/Trigger/TrigT1/TrigT1CaloFexSim/python/L1SimulationSequence.py
index d8863749a9b3..ca95be542a20 100644
--- a/Trigger/TrigT1/TrigT1CaloFexSim/python/L1SimulationSequence.py
+++ b/Trigger/TrigT1/TrigT1CaloFexSim/python/L1SimulationSequence.py
@@ -79,6 +79,8 @@ def setupRun3L1CaloSimulationSequence(skipCTPEmulation = False, useAlgSequence =
     if  jobproperties.Global.InputFormat() == 'bytestream':
         include('TrigT1CaloByteStream/ReadLVL1CaloBSRun2_jobOptions.py')
 
+    #python options for supercells
+    include('LArROD/LArConfigureCablingSCFolder.py')
 
     ## CaloCells need to be created from LAr and Tile data when running on raw data
     ## (when running on ESD, CaloCells should be taken from the file)
-- 
GitLab