From b89bbfa9124e55893b0b03f6d35be82f06526ffb Mon Sep 17 00:00:00 2001
From: Shaun Roe <shaun.roe@cern.ch>
Date: Mon, 10 Feb 2020 16:51:09 +0000
Subject: [PATCH] 22.0-remove_extra_vertex_finders-AthenaMonitoring

---
 Control/AthenaMonitoring/share/DataQualityInit_jobOptions.py    | 2 +-
 .../InDetExample/InDetRecExample/python/InDetJobProperties.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Control/AthenaMonitoring/share/DataQualityInit_jobOptions.py b/Control/AthenaMonitoring/share/DataQualityInit_jobOptions.py
index 814979e131e..2ba251977e0 100644
--- a/Control/AthenaMonitoring/share/DataQualityInit_jobOptions.py
+++ b/Control/AthenaMonitoring/share/DataQualityInit_jobOptions.py
@@ -50,6 +50,6 @@ InDetFlags.doMonitoringPixel=DQMonFlags.doPixelMon()
 InDetFlags.doMonitoringSCT=DQMonFlags.doSCTMon()
 InDetFlags.doMonitoringTRT=DQMonFlags.doTRTMon()
 InDetFlags.doMonitoringGlobal=DQMonFlags.doInDetGlobalMon()
-InDetFlags.doMonitoringPrimaryVertexingEnhanced=DQMonFlags.doInDetGlobalMon()
+#InDetFlags.doMonitoringPrimaryVertexingEnhanced=DQMonFlags.doInDetGlobalMon()
 InDetFlags.doMonitoringAlignment=DQMonFlags.doInDetAlignMon()
 
diff --git a/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py b/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
index c60eb52f8cf..c587f22797b 100644
--- a/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
+++ b/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
@@ -1213,7 +1213,7 @@ class InDetJobProperties(JobPropertyContainer):
     from RecExConfig.RecFlags import rec
     if rec.doMonitoring():
       self.checkThenSet(self.doMonitoringGlobal   , True)
-      self.checkThenSet(self.doMonitoringPrimaryVertexingEnhanced   , True)
+      #self.checkThenSet(self.doMonitoringPrimaryVertexingEnhanced   , True)
       self.checkThenSet(self.doMonitoringPixel    , True)
       self.checkThenSet(self.doMonitoringSCT      , True)
       self.checkThenSet(self.doMonitoringTRT      , True)
-- 
GitLab