Skip to content

Trigger jet monitoring: for express jobs monitor only if chain caused event to...

Peter Sherwood requested to merge peter/athena:master-26561-3 into 22.0

Trigger jet monitoring: for express jobs monitor only if chain caused event to enter the express stream.

Control/AthenaMonitoring/src/AthMonitorAlgorithm.cxx If the express stream job flag is set, if trigger chains are being monitored, check that the chain caused the event to enter the express stream

Reconstruction/Jet/JetMonitoring/python/JetMonitoringConfig.py Add the express stream job flag to the JetMonAlgSpec dictionary. The value defaults to False

Trigger/TrigMonitoring/TrigJetMonitoring/python/TrigJetMonitorAlgorithm.py Set the value of the express stream job flag in the JetMonAlgSpec dictionary according to the value of inputFlags.Common.doExpressProcessing.

@tamartin @cantel @xingguo @peter

Merge request reports