Skip to content

Add flexibility to functions Moore.production

Chris Burr requested to merge configuration-flexibility into master

This adds the ability to:

  • Set the HLT1 seqeunced used like: lbexec Moore.production:allen_hlt1_production options.yaml hlt1_pp_default
  • Optionally remove the UT: lbexec Moore.production:hlt2 options.yaml -- --without-ut (Note the reconstruction excludes the UT by default in the current Moore master, this is about loading the geometry or not).
  • Filter the lines that are ran using a regex: lbexec Moore.production:hlt2 options.yaml -- --lines-regex 'Hlt2.*'

(At some point I should look at removing the need for -- but that's in LHCb)

cc @kreps

Edited by Sascha Stahl

Merge request reports