Fix for running Sim_tf.py and Digi_tf.py in AthenaMP with legacy configuration
The changes in !60269 (merged) assume that theApp._opts.evtMax is always set in job transform jobs. This does not seem to be the case for legacy configuration Sim_tf.py and Digi_tf.py jobs at least. This merge request switches to using theApp.EvtMax instead, which is set more reliably.
This should fix ATLASSIM-6367.
Edited by John Derek Chapman