Allow comma-separated files in filesInput for IDPVM.
Compare changes
@@ -51,7 +51,7 @@ ConfigFlags.IDPVM.ancestorIDs = MyArgs.ancestorIDList
The --filesInput
argument to runIDPVM.py
now takes multiple, comma-separated, files. Wildcarding is applied to each entry in the filelist.
This behaviour matches that of the athena
command and allows use of runIDPVM.py
on the grid (runIDPVM.py --filesInput %IN --outputFile %OUT.IDPVM.root
).