Skip to content

Short names for Decision objects

Tim Martin requested to merge tamartin/athena:decisionNaming into master

Small MR to unify the name property of Decision objects.

  • L1Decoder = L1 (already implemented prior)
  • Filter = F
  • InputMaker = IM
  • Hypo = Not yet set. In slice-controlled code. Aim to add "H" here in the future.
  • ComboHypo = CH

These names can help in interpreting the navigation graph, without these one has to look at the SG key of the collection the Decision object is located in and deduce from that.

cc @fpastore

Edited by Tim Martin

Merge request reports