From fe0e38da94bf001fd109f23773dd43a9617640cb Mon Sep 17 00:00:00 2001
From: Konie Al Khoury <konie.al.khoury@cern.ch>
Date: Thu, 25 Aug 2022 17:08:59 +0200
Subject: [PATCH] Minor typo fix in LArMonitoring

Minor typo fix in LArMonitoring
---
 LArCalorimeter/LArMonitoring/python/LArNoisyROMonAlg.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LArCalorimeter/LArMonitoring/python/LArNoisyROMonAlg.py b/LArCalorimeter/LArMonitoring/python/LArNoisyROMonAlg.py
index cd4b05de0823..315d65a8eaa7 100644
--- a/LArCalorimeter/LArMonitoring/python/LArNoisyROMonAlg.py
+++ b/LArCalorimeter/LArMonitoring/python/LArNoisyROMonAlg.py
@@ -220,7 +220,7 @@ def LArNoisyROMonConfigCore(helper,algoinstance,inputFlags,
                                  title='Yield of events flagged as MNB-Tight - {0} ; Luminosity Block', 
                                  xbins=lArDQGlobals.LB_Bins,xmin=lArDQGlobals.LB_Min,xmax=lArDQGlobals.LB_Max)
 
-       darray.defineHistogram('LBMNBTight_PsVet;MNBTight_PsVetoEvent',type='TH1I', path=hist_path,
+       darray.defineHistogram('LBMNBTight_PsVeto;MNBTight_PsVetoEvent',type='TH1I', path=hist_path,
                                  title='Yield of events flagged as MNB-Tight_PsVeto - {0} ; Luminosity Block', 
                                  xbins=lArDQGlobals.LB_Bins,xmin=lArDQGlobals.LB_Min,xmax=lArDQGlobals.LB_Max)
 
-- 
GitLab