Skip to content

Determine inputFilesPerJob based on mc23/20(ecmEnergy) [skip modfiles]

Qibin Liu requested to merge patch_qibin_tW into master

Description of bug

For tW samples, mc23 generated with <10k events/TXT while the mc20(mc15) with 12k/TXT. evgenConfig.inputFilesPerJob is not compatible across mc23/mc20.

Changes introduced

Determine the evgenConfig.inputFilesPerJob based on ecmEnergy.

# Ad hoc patch
evgenConfig.inputFilesPerJob = 2 if int(runArgs.ecmEnergy)==13600 else 1

Tests

Issues resolved

Related to ATLMCPROD-11214

Edited by Spyros Argyropoulos

Merge request reports

Loading