TrigInDetValidation: update cosmics data test setup
Hello,
This MR fixes a couple of things for the cosmics data ART test:
- in the TrigBSExtr step, we now process all BS files produced by the previous HLT step, before we were using the last file only (feature from "find_file", which returns
find . -name \'{:s}\' | tail -n 1
, not sure why we have atail -n 1
) - the global conditions tag in the RAWtoALL step was updated
- RAWtoALL runs with as many threads as the HLT step
Cheers, Bertrand