PixelGeoModel: initialize detector description from SQLite file (Part 1)
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 withPixelDetectorTool
- Added extra argument to the constructor of GeoVPixelFactory to switch between two sources of geometry initialization
Edited by Vakhtang Tsulaia