Skip to content

Avoid ROOT type table scan for GUID->type translation

Marcin Nowak requested to merge mnowak/athena:guid.scan.warning into master

Introducing a table of known GUID translations (for now just with TrackParticleAuxContainer_v3) to avoid full ROOT type table scan. This should fix ATLASRECTS-5421 (Warning in log files)

Merge request reports