Skip to content

InDetDetDescr: optimize AccumulatorCache decorators in GeoModelConfig

Frank Winklmeier requested to merge fwinkl/athena:geomodel into 23.0

Move the AccumulatorCache from the main GeoModelCfg function to the specific Simulation/Readout Cfg functions as this is what is being called by clients.

Saves about ~30 seconds in the configuration of trigger jobs (will be much less for Reco).

Merge request reports