Skip to content

PyJobTransforms: Add multithreadedFileValidation option

Johannes Elmsheuser requested to merge elmsheus/athena:pyjob_20220209 into master

As discussed in ATLASJT-424, add the new option --multithreadedFileValidation to the PyJobTransform package. This option enables multithreaded ROOT in the output file validation step of e.g. DAOD_PHYS/LITE. In the communication with the actual file validation script trfValidateRootFile.py an environment variable is used, since it seems impossible to pass the --multithreadedFileValidation info through the full object oriented PyJobTransforms framework otherwise.

Tagging @rwalker and @amete for info.

Merge request reports