From e098e64409d221010f9fab0c8b71819670e3496d Mon Sep 17 00:00:00 2001
From: Ben Carlson <ben.carlson@cern.ch>
Date: Wed, 8 Apr 2020 00:53:03 +0200
Subject: [PATCH] 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