Add SQLite support for building ITkPixel Readout Geometry
As title, allows SQLite-based building of ReadoutGeometry for ITk Pixel.
A few things become apparent when working on this that should be improved later (mentioned here for documentation):
- The block doing
loop over the FullPhysVols and create the SiDetectorElements
is identical to (part of) the same method in the equivalent ITkStrip code, with the exception of the prefix that should be searched for (hereRD53_
, for stripsRG_
). It therefore might be better to pull this out into a common util that can be configured and used by both. - Both this and the ITkStrip look for a node called
"GeoModelXML"
which is determined by the name of the plugin used to produce the input file (currently common for both). In future we may want to have separate plugins that name things differently, so it would be good to be able to set the node via a python configurable - However, since the
GmxInterface
is not based on any Athena base class, we cannot directly set properties for this, and so we would need to find an elegant way to pass the necessary values through from some configured component (such as theDetectorTools
) in order to be able to address both the above points
Merge request reports
Activity
This merge request affects 1 package:
- InnerDetector/InDetDetDescr/PixelGeoModelXml
This merge request affects 5 files:
- InnerDetector/InDetDetDescr/PixelGeoModelXml/CMakeLists.txt
- InnerDetector/InDetDetDescr/PixelGeoModelXml/PixelGeoModelXml/PixelDetectorTool.h
- InnerDetector/InDetDetDescr/PixelGeoModelXml/PixelGeoModelXml/PixelGmxInterface.h
- InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelDetectorTool.cxx
- InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelGmxInterface.cxx
added InnerDetector master review-pending-level-1 labels
CI Result SUCCESS (hash b764e79a)Athena AthSimulation externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 71130]- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
- Resolved by Shaun Roe
- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
added review-user-action-required label and removed review-pending-level-1 label
- Resolved by Nicholas Styles
- Resolved by Nicholas Styles
This merge request affects 1 package:
- InnerDetector/InDetDetDescr/PixelGeoModelXml
This merge request affects 5 files:
- InnerDetector/InDetDetDescr/PixelGeoModelXml/CMakeLists.txt
- InnerDetector/InDetDetDescr/PixelGeoModelXml/PixelGeoModelXml/PixelDetectorTool.h
- InnerDetector/InDetDetDescr/PixelGeoModelXml/PixelGeoModelXml/PixelGmxInterface.h
- InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelDetectorTool.cxx
- InnerDetector/InDetDetDescr/PixelGeoModelXml/src/PixelGmxInterface.cxx
added review-pending-level-1 label and removed review-user-action-required label