From 78074d5803b96407dd91aebe32b02d6597be5e9d Mon Sep 17 00:00:00 2001 From: Walter Lampl <Walter.Lampl@cern.ch> Date: Wed, 27 Jan 2021 15:54:21 +0100 Subject: [PATCH] add AthenaConfiguration and ROOT/_facade to excludeTracePattern --- .../RecExample/RecExCommon/share/RecExCommon_topOptions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py b/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py index 63f2a43ca782..a494b109c3e8 100644 --- a/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py +++ b/Reconstruction/RecExample/RecExCommon/share/RecExCommon_topOptions.py @@ -72,6 +72,8 @@ excludeTracePattern.append("*/DQDefects/virtual*") excludeTracePattern.append("*/TrigEDMConfig/TriggerEDM.py") excludeTracePattern.append("*/TrigL2MissingET/TrigL2MissingETMonitoring.py") excludeTracePattern.append("*AthFile/impl.py") +excludeTracePattern.append("*/AthenaConfiguration/*") +excludeTracePattern.append("*ROOT/_facade.py") ##################### # Flags (separated) # ##################### -- GitLab