Skip to content

PixelGeoModel: initialize detector description from SQLite file (Part 1)

Vakhtang Tsulaia requested to merge tsulaia/athena:master-pixelGM-01 into master

Introduced first set of changes in PixelGeoModel package that will ultimately allow 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.

Changes included in this MR:

  • Minor refactoring applied to the PixelDetectorTool code
  • Introduced PixelDetectorFactoryLite and integrated with PixelDetectorTool
  • Added extra argument to the constructor of GeoVPixelFactory to switch between two sources of geometry initialization

CC @mbandier and @boudreau

Edited by Vakhtang Tsulaia

Merge request reports