Better handle jobs with no inputs
Better handle jobs with no inputs:
- If
_ATHENA_GENERIC_INPUTFILE_NAME_
is inInput.Files
this is invalid. - Valid input-less configuration is
Input.Files = []
. - Return
{}
inGetFileMD
if no files are there - this helps with autoconfiguration as it will take (hopefully reasonable) defaults.
@wlampl, can you check LArCalib tests if they still run (or provide me with inputs so I can run them)?
Fixes ATLASSIM-5592.
Edited by Tadej Novak