Skip to content

Map<Identifier,DetectorElement>

Julia Hrdinka requested to merge ACTS-380_collectDetElements into master

When the geometry is closed a map<Identifier,DetectorElement> is filled and in the end one can access the full map from the highest TrackingVolume. A bug sneaked in and the method was not working anymore, because the DetectorElements have not been collected for confined volumes anymore. Fixes ACTS-380.

Edited by Julia Hrdinka

Merge request reports