AthConfigFlags: on-demand hash calculation
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
.