From ebf39e94e5ec7679e43743867f0980054866e289 Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Fri, 28 Jan 2022 14:41:10 +0100
Subject: [PATCH] MuonRecExample: Fix double registration of flag.

---
 .../MuonReconstruction/MuonRecExample/python/MuonRecFlags.py   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecFlags.py b/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecFlags.py
index 820ea75e3f8..58bda2011ce 100644
--- a/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecFlags.py
+++ b/MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecFlags.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
 
 ## @file MuonRecFlags.py Flags to steer Muon Standalone Reconstruction
 
@@ -620,7 +620,6 @@ class Enabled(SummaryJobProperty):
                     muonRecFlags.doMSVertex ]
 
 muonRecFlags.add_JobProperty(Enabled)
-muonRecFlags.add_JobProperty(runCommissioningChain)
 
 muonRecFlags.setDefaults()
 
-- 
GitLab