From ae16816a3723752395464c5f14adb936fc4a9f1a Mon Sep 17 00:00:00 2001
From: Maximilian Goblirsch-Kolb <goblirsc@cern.ch>
Date: Thu, 5 Nov 2020 11:30:49 +0100
Subject: [PATCH] fix missing propagation of RttPlots detail level to children
 tools

---
 .../InDetPhysValMonitoring/src/InDetRttPlots.cxx                | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/InnerDetector/InDetValidation/InDetPhysValMonitoring/src/InDetRttPlots.cxx b/InnerDetector/InDetValidation/InDetPhysValMonitoring/src/InDetRttPlots.cxx
index 371722d0845..cf279e1a3dc 100644
--- a/InnerDetector/InDetValidation/InDetPhysValMonitoring/src/InDetRttPlots.cxx
+++ b/InnerDetector/InDetValidation/InDetPhysValMonitoring/src/InDetRttPlots.cxx
@@ -90,6 +90,8 @@ InDetRttPlots::InDetRttPlots(InDetPlotBase* pParent, const std::string& sDir, co
       }
     }
   }
+  /// update detail level of all the child tools 
+  setDetailLevel(m_iDetailLevel); 
 }
 
 //
-- 
GitLab