From fbd75adfbae8592638c4769a172ca89edf337dae Mon Sep 17 00:00:00 2001
From: Joerg Stelzer <joerg.stelzer@cern.ch>
Date: Tue, 1 Dec 2020 18:18:23 +0100
Subject: [PATCH] Disable the L1Topo simulation in the HLT

This affects the diTau chain
HLT_tau35_medium1_tracktwo_tau25_medium1_tracktwo_tautsf_L1DR-TAU20ITAU12I-J25
---
 Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py | 2 +-
 .../TriggerMenu/python/tau/generateTauChainDefs.py              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py b/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py
index f4cfb67c00b..e8058e89413 100644
--- a/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py
+++ b/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py
@@ -189,7 +189,7 @@ class HLTSimulationGetter(Configured):
                 TrigSteer_HLT = ReruningTrigSteer_HLT('TrigSteer_HLT', hltFile=TriggerFlags.inputHLTconfigFile(), lvl1File=TriggerFlags.inputLVL1configFile())             
                 
             # TrigSteer_HLT.doL1TopoSimulation = TriggerFlags.doL1Topo() # this later needs to be extented to also run when we take data with L1Topo
-            TrigSteer_HLT.doL1TopoSimulation = True # always needs to run if the HLT is simulated
+            TrigSteer_HLT.doL1TopoSimulation = False # always needs to run if the HLT is simulated
             if hasattr(TrigSteer_HLT.LvlTopoConverter, 'MuonInputProvider'):
 
                 try: # this is temporary until TrigT1Muctpi-00-06-29 is in the release
diff --git a/Trigger/TriggerCommon/TriggerMenu/python/tau/generateTauChainDefs.py b/Trigger/TriggerCommon/TriggerMenu/python/tau/generateTauChainDefs.py
index 9a5b66e009c..fec8226daca 100755
--- a/Trigger/TriggerCommon/TriggerMenu/python/tau/generateTauChainDefs.py
+++ b/Trigger/TriggerCommon/TriggerMenu/python/tau/generateTauChainDefs.py
@@ -61,7 +61,7 @@ def _addTopoInfo(theChainDef,chainDict,doAtL2AndEF=False):
     L2ChainName = "L2_" + chainDict['chainName']
 
     topoThresh = chainDict['topoThreshold']
-    topoStartFrom = setupTopoStartFrom(topoThresh,theChainDef) if topoThresh else None
+    topoStartFrom = None # setupTopoStartFrom(topoThresh,theChainDef) if topoThresh else None
 
     topoAlgs = chainDict["topo"]
 
-- 
GitLab