Rename Digitization.DataRunNumber to Input.ConditionsRunNumber
Run Number overridering works differently in simulation and digitization jobs.
For this reason there are separate run number flags for the two production steps.
The AthSimulation project does not contain the Simulation/Digitization
package,
so Digitization.DataRunNumber
is not available. This leads to jobs crashing during
CA-based configuration in the AthSimulation project.
Ideally all steps would use a single Input.RunNumber
flag. This is being worked on
in !49634 (closed), but as an intermediate fix replacing the Digitization.DataRunNumber
flag with an Input.ConditionsRunNumber
flag defined in AllConfigFlags.py
will
allow the AthSimulation jobs to run successfully. Should fix ATLASSIM-5642.