Skip to content
Snippets Groups Projects
Commit 93d735c0 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'master-hlt-alwayscreate-configconsistency-check' into 'master'

Always create the check histogram ConfigConsistency_HLT [ATR-24420]

Closes ATR-24420

See merge request !47666
parents 3ccea1fe 2b756b7c
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!47666Always create the check histogram ConfigConsistency_HLT [ATR-24420]
...@@ -104,7 +104,7 @@ def TrigGeneralMonConfig(inputFlags): ...@@ -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'] 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', 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')
############################################################ ############################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment