From 2b756b7cb8373e08eb53e82e469ee57d0d962c53 Mon Sep 17 00:00:00 2001
From: Elin Bergeaas Kuutmann <elin.bergeaas.kuutmann@physics.uu.se>
Date: Wed, 27 Oct 2021 15:20:33 +0200
Subject: [PATCH] Make sure ConfigConsistency is always created

---
 .../TrigHLTMonitoring/python/TrigGeneralMonitorAlgorithm.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Trigger/TrigMonitoring/TrigHLTMonitoring/python/TrigGeneralMonitorAlgorithm.py b/Trigger/TrigMonitoring/TrigHLTMonitoring/python/TrigGeneralMonitorAlgorithm.py
index 2801f5d57412..5e31e46dca2e 100644
--- a/Trigger/TrigMonitoring/TrigHLTMonitoring/python/TrigGeneralMonitorAlgorithm.py
+++ b/Trigger/TrigMonitoring/TrigHLTMonitoring/python/TrigGeneralMonitorAlgorithm.py
@@ -104,7 +104,7 @@ def TrigGeneralMonConfig(inputFlags):
 
     consistency_names=['SMK DB NULL','SMK BS NULL','SMK Inconsistent','HLT Prescale DB NULL','HLT Prescale BS NULL','HLT Prescale Inconsistent','No onlineKeys','No eventKeys']
     hltGroup.defineHistogram('ConfigConsistency_HLT', title='ConfigConsistency_HLT;;Events',
-                             path='',xbins=8,xmin=1,xmax=9,xlabels=consistency_names)
+                             path='',xbins=8,xmin=1,xmax=9,xlabels=consistency_names,opt='kAlwaysCreate')
 
  
     ############################################################
-- 
GitLab