Skip to content

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 a tail -n 1)
  • the global conditions tag in the RAWtoALL step was updated
  • RAWtoALL runs with as many threads as the HLT step

Tagging @sutt and @bkerridg .

Cheers, Bertrand

Merge request reports