Skip to content
Snippets Groups Projects
Commit d2d2cb24 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'patch-9' into 'master'

Fix missing EDMVersion flag rename in TrigMETMonitorAlgorithm.py

Closes ATR-22499

See merge request atlas/athena!39008
parents 21a2e761 715e772d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ def TrigMETMonConfig(inputFlags):
### check Run2 or Run3 MT
mt_chains = True
if ( inputFlags.Trigger.EDMDecodingVersion < 3 ) :
if ( inputFlags.Trigger.EDMVersion < 3 ) :
mt_chains = False
### container name selection
......
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