Skip to content

[ATR-20051] Move ChainCounter computation and add ChainHashName to menu JSON

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

cc @mark and @stelzer + @tbold. @bernius & @fpastore for the addition to DictFromChainName.py

  • Add HLT hashing method in python

  • Adds the chain's hash to the menu JSON. This is to help anyone who has to look at Chains within Decision objects as these are persisted via this hash.

  • Try to move the ChainCounter assignment back into the menu's chain-loop as was done in Run2.

  • Example code from ATR-19834 for sequence dumping - but commented out. This is part is not final.

Tested with full_menu and newJO.

Edited by Tim Martin

Merge request reports