Skip to content

Implement map<detector element ID,DetectorElement>

Julia Hrdinka requested to merge ACTS-302_mapIDToDetElement into master

Fixes ACTS-300. Now a map which contains all detector elements of the geometry and their corresponding identifier is accessible from the TrackingGeometry over the highestVolume. The map is created when the geometry is closed.

Merge request reports