Skip to content

Protect against DDDB peeking during configuration without setting globalflags.DetDescrVersion

John Derek Chapman requested to merge jchapman/athena:OverlayRun3Fixes_21.3 into 21.3

After !27397 (merged) was merged some cases were observed where it was possible to access the DDDB via CommonGeometryFlags and MuonGeometryFlags using the default value of globalflags.DetDescrVersion. This causes problems if inputs produced with a Run3 geometry are being used (default value is a Run2 geo-tag).

Merge request reports