Skip to content

AthConfigFlags: on-demand hash calculation

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20230829T175354 into main

Calculate the hash of the flags only when requested rather than each time when they are being locked (the hash is only needed in case an AccumulatorCache is used).

Results in a small reduction (~2 seconds) in trigger job configuration.

Also streamline import statements in CompFactory.

Merge request reports