Skip to content
Snippets Groups Projects

AthenaMonitoringCfg: Remove raise of exception for HLT Mon if data AOD (ATR-28781)

Merged Claire Antel requested to merge cantel/athena:24.0_dqcgf_only_warns into 24.0
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -65,9 +65,6 @@ def AthenaMonitoringCfg(flags):
info('Set up HLT monitoring')
if flags.DQ.Environment == 'AOD':
warning("HLT Monitoring enabled on AOD: this might cause issues as not all HLT collections are written to standard AOD!")
if not flags.Input.isMC:
error("HLT monitoring on data AOD input is not allowed - not all HLT collections are recorded to AOD!")
raise ValueError("HLT monitoring enabled on data AOD input.")
from TrigHLTMonitoring.TrigHLTMonitorAlgorithm import TrigHLTMonTopConfig
result.merge(TrigHLTMonTopConfig(flags))
Loading