Draft: PixelGeoModel: initialize detector description from SQLite file
Introduced new code in PixelGeoModel
package that allows initialization of the detector description from SQLite
file.
This MR uses code changes introduced in !53321 (closed) , except in this case the attempt was made to avoid code duplication where possible. Multiple commits are there to separate code changes in different files, as well as to make the code review process easier.