Skip to content

Changes to shorten the HLT decision collection names

In this MR several (small) changes are made to shorten long collection names.

  • common prefix HLTNAV_
  • from -> __
  • strip common words like Trig & Alg
  • Filter -> F, ViewMaker InputMaker -> common prefix: IM
  • in hypo output remove fragments related to filters and input makers, assure input makers are named starting with IM

In general, this seems not to kill debugging power of the names but makes them shorter.

Important. I have not tried to remove entire fragments. Albeit from examples present in the full_menu it seems it would only be necessary to keep the "last" fragment of the name from the previous step to make it unique. However, the test may not have sufficient coverage.

Tagging: @fpastore @bernius @tamartin

Edited by Tomasz Bold

Merge request reports