Skip to content

cleanup in ChainDict generation

Tomasz Bold requested to merge tbold/athena:expand-hlt-chain-name-options into master

In this MR several cleaups of ChainDict generation occured:

  • commented out code dealing with chains specified like this HLT_..._L1..._L1..._L1ITEM are checked agains the thresholds
  • support for chain definitions as lists is removed as it is not needed anymore
  • the variables naming was unified a bit
  • functions that do not need to be members of the converter class are moved to outer space (in fact this shoudl be done for all of this functions as they do not need to be methods at all, no single usecase)
  • boiler plate code reduced a bit in parsing special chains
  • chain naming issues handled with asserts

Merge request reports