Skip to content

Read JetDS configuration from chainDict

Teng Jian Khoo requested to merge khoo/athena:master-JetDS-ChainDict into master

Avoid parsing the chain name in favour of querying the chainDict. This was never read from the jet chainParts, so remove it and the defunct 'TLA' expression. Reading from the full dict rather than chainParts is preferable in any case, as it is then defined only once per chain, regardless of how many jet legs are present.

As gscThreshold no longer exists, I also took advantage of this opportunity to remove the lines that parse it.

Attn: @valentem, @jbossios, @doglioni

Merge request reports