Skip to content
Snippets Groups Projects
Commit 5df9e818 authored by Claire Antel's avatar Claire Antel :sunny:
Browse files

AthenaMonitoringCfg: Remove raise of exception for HLT Mon if data AOD

parent b2113944
No related branches found
No related tags found
3 merge requests!710122024-04-30: merge of 24.0 into main,!70996Draft: ZDC pulse analysis updates in support of analyses,!70971AthenaMonitoringCfg: Remove raise of exception for HLT Mon if data AOD (ATR-28781)
......@@ -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))
......
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