Manual sweep of !27687 from 21.3 to master: Protect against DDDB peeking during configuration without setting globalflags.DetDescrVersion
After !27031 (merged) was 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).
This is a manual sweep of !27687 (merged).